Skip to content

Commit a04203a

Browse files
committedMay 11, 2014
Use rbx-2 for travis, update to non-beta version of Rails 4.1
1 parent 2346064 commit a04203a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
- 2.0.0
1010
- 2.1.0
1111
- jruby-19mode
12-
- rbx
12+
- rbx-2
1313
matrix:
1414
allow_failures:
1515
- gemfile: gemfiles/Gemfile.rails-4.1

‎gemfiles/Gemfile.rails-4.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ source 'http://rubygems.org'
22

33
gemspec path: '..'
44

5-
gem 'activerecord', '~> 4.1.0.beta1'
6-
gem 'activesupport', '~> 4.1.0.beta1'
5+
gem 'activerecord', '~> 4.1.0'
6+
gem 'activesupport', '~> 4.1.0'
77
gem 'awesome_nested_set','~> 3.0.0.rc.2'
88

99
platforms :rbx do
@@ -15,7 +15,7 @@ group :development do
1515
gem 'rake'
1616
gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby
1717
gem 'sqlite3', :platforms => :ruby
18-
gem 'rails', '~> 4.1.0.beta1'
18+
gem 'rails', '~> 4.1.0'
1919
end
2020

2121
group :development, :test do

0 commit comments

Comments
 (0)
Please sign in to comment.