File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - 2.2.4
55gemfile :
66 - test/gemfiles/rails_4_2.gemfile
7- - test/gemfiles/rails_head .gemfile
7+ - test/gemfiles/rails_5_0 .gemfile
88cache : bundler
99bundler_args : --path ../../vendor/bundle --without debug
1010notifications :
Original file line number Diff line number Diff line change 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
66source 'https://rails-assets.org' do
7- gem 'rails-assets-tether', '>= 1.1.0 '
7+ gem 'rails-assets-tether', '>= 1.3.2 '
88end
99
1010gemspec path: '../../'
Original file line number Diff line number Diff line change 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+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments