Skip to content

Commit

Permalink
With the release of Rails 4, Rails 3.0 and 3.1 are no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 25, 2014
1 parent 697d81d commit 42b1489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
matrix:
- RAILS_VERSION="~> 3.0.0"
- RAILS_VERSION="~> 3.1.0"
- RAILS_VERSION="~> 3.2.0"
- RAILS_VERSION="~> 4.0.0"
- RAILS_VERSION="~> 4.1.0"
Expand All @@ -20,3 +18,4 @@ matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -12,8 +12,8 @@ platforms :jruby do
end

group :test do
gem 'activerecord', (ENV['RAILS_VERSION'] || ['>= 3.0', '< 4.2'])
gem 'actionmailer', (ENV['RAILS_VERSION'] || ['>= 3.0', '< 4.2'])
gem 'activerecord', (ENV['RAILS_VERSION'] || ['>= 3.2', '< 4.2'])
gem 'actionmailer', (ENV['RAILS_VERSION'] || ['>= 3.2', '< 4.2'])
gem 'coveralls', :require => false
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.23'
Expand Down

0 comments on commit 42b1489

Please sign in to comment.