Skip to content

Commit

Permalink
Merge pull request westfieldlabs#80 from jatt/79_allow_rails_5_depend…
Browse files Browse the repository at this point in the history
…encies

Change `actionpack` and `activesupport` dependency versions
  • Loading branch information
hornc committed Apr 28, 2016
2 parents ab8c884 + 1e23b27 commit 275e799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apivore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rspec', '~> 3'
s.add_runtime_dependency 'rspec-expectations', '~> 3.1'
s.add_runtime_dependency 'rspec-mocks', '~> 3.1'
s.add_runtime_dependency 'actionpack', '~> 4'
s.add_runtime_dependency 'actionpack', '>= 4', '< 6'
s.add_runtime_dependency 'hashie', '~> 3.3'
s.add_development_dependency 'pry', '~> 0'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'rspec-rails', '~> 3'
s.add_development_dependency 'activesupport', '~> 4'
s.add_development_dependency 'activesupport', '>= 4', '< 6'

if RUBY_VERSION >= '2.2.0'
s.add_development_dependency 'test-unit', '~> 3'
Expand Down

0 comments on commit 275e799

Please sign in to comment.