Skip to content

Commit

Permalink
Use rbx-2 for travis, update to non-beta version of Rails 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed May 11, 2014
1 parent 2346064 commit a04203a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ rvm:
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
- rbx-2
matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-4.1
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/Gemfile.rails-4.1
Expand Up @@ -2,8 +2,8 @@ source 'http://rubygems.org'

gemspec path: '..'

gem 'activerecord', '~> 4.1.0.beta1'
gem 'activesupport', '~> 4.1.0.beta1'
gem 'activerecord', '~> 4.1.0'
gem 'activesupport', '~> 4.1.0'
gem 'awesome_nested_set','~> 3.0.0.rc.2'

platforms :rbx do
Expand All @@ -15,7 +15,7 @@ group :development do
gem 'rake'
gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby
gem 'sqlite3', :platforms => :ruby
gem 'rails', '~> 4.1.0.beta1'
gem 'rails', '~> 4.1.0'
end

group :development, :test do
Expand Down

0 comments on commit a04203a

Please sign in to comment.