Skip to content

Commit a668c26

Browse files
committed
Test harness: Rails 5 RC1
1 parent 66202d0 commit a668c26

4 files changed

Lines changed: 17 additions & 25 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rvm:
44
- 2.2.4
55
gemfile:
66
- test/gemfiles/rails_4_2.gemfile
7-
- test/gemfiles/rails_head.gemfile
7+
- test/gemfiles/rails_5_0.gemfile
88
cache: bundler
99
bundler_args: --path ../../vendor/bundle --without debug
1010
notifications:

test/gemfiles/rails_4_2.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
source "https://rubygems.org"
1+
source 'https://rubygems.org'
22

3-
gem 'actionpack', '>= 4.2.4'
4-
gem 'activesupport', '>= 4.2.4'
3+
gem 'actionpack', '>= 4.2.6'
4+
gem 'activesupport', '>= 4.2.6'
55

66
source 'https://rails-assets.org' do
7-
gem 'rails-assets-tether', '>= 1.1.0'
7+
gem 'rails-assets-tether', '>= 1.3.2'
88
end
99

1010
gemspec path: '../../'

test/gemfiles/rails_5_0.gemfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'actionpack', '~> 5.0.0.rc1'
4+
gem 'activesupport', '~> 5.0.0.rc1'
5+
gem 'autoprefixer-rails', '>= 6.3.6.1'
6+
7+
source 'https://rails-assets.org' do
8+
gem 'rails-assets-tether', '>= 1.3.2'
9+
end
10+
11+
gemspec path: '../../'
12+

test/gemfiles/rails_head.gemfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)