Skip to content

Commit

Permalink
Relax AR constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjchambers committed Nov 8, 2018
1 parent ee581b5 commit b563e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grouped_scope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.rdoc_options = ['--charset=UTF-8']
s.add_runtime_dependency 'activerecord', '~> 3.2.0'
s.add_runtime_dependency 'activerecord' # , '~> 3.2.0'
s.add_development_dependency 'sqlite3', '~> 1.3'
s.add_development_dependency 'rake', '~> 0.9.2'
s.add_development_dependency 'minitest', '~> 2.8.1'
Expand Down

0 comments on commit b563e00

Please sign in to comment.