Skip to content

Commit

Permalink
Test against Rails 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Sep 9, 2014
1 parent 6cac1d7 commit 4b4ec70
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ gemfile:
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
- gemfiles/rails40.gemfile
- gemfiles/rails41.gemfile
language: ruby
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "rails", "~> 4.0"
gem "rails", "~> 4.1.0"

group :test do
gem "aruba", "~> 0.5.3"
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/rails41.gemfile
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 4.1.0"

group :test do
gem "aruba", "~> 0.5.3"
gem "coveralls", "~> 0.6.7", require: false
gem "rspec", "~> 2.14"
end
2 changes: 1 addition & 1 deletion interactor-rails.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^spec/)

spec.add_dependency "interactor", "~> 3.0"
spec.add_dependency "rails", ">= 3", "< 5"
spec.add_dependency "rails", ">= 3", "< 4.2"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.3"
Expand Down

0 comments on commit 4b4ec70

Please sign in to comment.