File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4141 bundler-cache : true
4242 - run : bundle exec rake spec
4343 - run : bundle exec rubocop
44+ # ruby-2.5.9 has issues running bundle install during specs.
45+ # see errors here https://github.com/mgrunberg/cucumber-rails/runs/4824503004?check_suite_focus=true
46+ # seems incompatibility with psych gem and rubygems version.
47+ - run : gem update --system
48+ if : matrix.ruby == '2.5'
4449 - run : bundle exec rake cucumber
Original file line number Diff line number Diff line change 1818
1919appraise 'rails_5_2' do
2020 gem 'capybara' , '< 3.33'
21+ gem 'cucumber' , '< 6'
2122 gem 'railties' , '~> 5.2.4'
2223 gem 'activerecord'
2324 gem 'sqlite3' , '~> 1.3.13'
2425end
2526
2627appraise 'rails_6_0' do
28+ gem 'cucumber' , '< 6'
2729 gem 'railties' , '~> 6.0.3'
2830 gem 'activerecord'
2931 gem 'sqlite3' , '~> 1.4'
You can’t perform that action at this time.
0 commit comments