Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Apr 1, 2024
1 parent d29a251 commit e0c10fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
diver_down (0.1.0)
activesupport
msgpack
activesupport (>= 7.0.0)
msgpack (>= 1.7.0)
rackup

GEM
Expand Down
4 changes: 2 additions & 2 deletions diver_down.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ['lib']

spec.add_dependency 'activesupport'
spec.add_dependency 'msgpack'
spec.add_dependency 'activesupport', '>= 7.0.0'
spec.add_dependency 'msgpack', '>= 1.7.0'
spec.add_dependency 'rackup'
end

0 comments on commit e0c10fd

Please sign in to comment.