Skip to content

Commit

Permalink
Test against Rails 4-1-stable branch now that it is an RC
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Feb 25, 2014
1 parent 996189e commit 0c76f67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gemfile:
- Gemfile
- gemfiles/rails-3-2-stable.gemfile
- gemfiles/rails-4-0-stable.gemfile
- gemfiles/rails-4-1-stable.gemfile
- gemfiles/rails-master.gemfile

matrix:
Expand Down
6 changes: 6 additions & 0 deletions gemfiles/rails-4-1-stable.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rails", :github => "rails/rails", :branch => "4-1-stable"
gem "carrierwave", :path => "../"

gemspec :path => "../"

0 comments on commit 0c76f67

Please sign in to comment.