Skip to content

Commit

Permalink
Merge pull request didww#16 from killthekitten/patch-1
Browse files Browse the repository at this point in the history
Use with rails 5
  • Loading branch information
Fivell authored Nov 13, 2016
2 parents 1720658 + 126e4c8 commit 62432ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeresource-response.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{This gem adds possibility to access http response object from result of ActiveResource::Base find method }
s.license = 'MIT'

s.add_runtime_dependency('activeresource', ['>= 3', '< 5'])
s.add_runtime_dependency('activeresource', ['>= 3', '< 6'])
s.add_dependency "jruby-openssl" if RUBY_PLATFORM == "java"
s.add_development_dependency "minitest" , '~> 5.3'
s.add_development_dependency 'rake', '~> 10'
Expand Down

0 comments on commit 62432ee

Please sign in to comment.