Skip to content

Commit

Permalink
update gemspec to work with Rails 4 & 5 only
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Jul 12, 2016
1 parent e00bb09 commit 7dc495e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spyke
VERSION = '4.1.0'
VERSION = '4.1.1'
end
4 changes: 2 additions & 2 deletions spyke.gemspec
Original file line number Diff line number Diff line change
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 7dc495e

Please sign in to comment.