Skip to content

Commit

Permalink
Merge pull request #74 from balvig/gemspec
Browse files Browse the repository at this point in the history
update gemspec, support Rails 4 & 5 only
  • Loading branch information
balvig committed Jul 12, 2016
2 parents e00bb09 + 7dc495e commit 1438f71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
notifications:
email: false
rvm:
- 2.1.5
- 2.3.1
sudo: false
2 changes: 1 addition & 1 deletion lib/spyke/version.rb
@@ -1,3 +1,3 @@
module Spyke
VERSION = '4.1.0'
VERSION = '4.1.1'
end
4 changes: 2 additions & 2 deletions spyke.gemspec
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'activesupport', '>= 3.0.0', '< 5.0'
spec.add_dependency 'activemodel', '>= 3.0.0', '< 5.0'
spec.add_dependency 'activesupport', '>= 4.0.0', '< 6.0'
spec.add_dependency 'activemodel', '>= 4.0.0', '< 6.0'
spec.add_dependency 'faraday', '>= 0.9.0', '< 2.0'
spec.add_dependency 'faraday_middleware', '>= 0.9.1', '< 2.0'
spec.add_dependency 'uri_template', '>= 0.7.0', '< 2.0'
Expand Down

0 comments on commit 1438f71

Please sign in to comment.