Skip to content

Commit

Permalink
Fixes gemspec dependencies on activemodel and activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Oct 17, 2021
1 parent 01ddaa6 commit 22e4ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nobrainer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
'on top of RethinkDB while providing precise semantics.'
s.license = 'LGPL-3.0-only'

s.add_dependency 'activemodel', '>= 4.1.0', '< 6.2'
s.add_dependency 'activesupport', '>= 4.1.0', '< 6.2'
s.add_dependency 'activemodel', '>= 4.1.0', '< 8'
s.add_dependency 'activesupport', '>= 4.1.0', '< 8'
s.add_dependency 'middleware', '~> 0.1.0'
s.add_dependency 'rethinkdb', '>= 2.3.0', '< 2.5'
s.add_dependency 'symbol_decoration', '~> 1.1'
Expand Down

0 comments on commit 22e4ba7

Please sign in to comment.