Skip to content

Commit 0d6158f

Browse files
authored
Merge pull request #189 from kiskoza/github-actions-os-fix
Update Github Action OS to ubuntu-latest
2 parents d7f9907 + f7d6f5d commit 0d6158f

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test_ruby_and_rails_versions:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
strategy:
1313
fail-fast: false

spec/gemfiles/Gemfile.rails-6.0

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ gem 'capybara', '~> 2.1'
1212
gem 'acts_as_caxlsx', git: 'https://github.com/caxlsx/acts_as_caxlsx.git'
1313

1414
gem 'byebug'
15+
16+
gem 'concurrent-ruby', '< 1.3.5'

spec/gemfiles/Gemfile.rails-6.1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ gem 'capybara', '~> 2.1'
1212
gem 'acts_as_caxlsx', git: 'https://github.com/caxlsx/acts_as_caxlsx.git'
1313

1414
gem 'byebug'
15+
16+
gem 'concurrent-ruby', '< 1.3.5'

spec/gemfiles/Gemfile.rails-7.0

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ gem 'capybara', '~> 2.1'
1212
gem 'acts_as_caxlsx', git: 'https://github.com/caxlsx/acts_as_caxlsx.git'
1313

1414
gem 'byebug'
15+
16+
gem 'concurrent-ruby', '< 1.3.5'

0 commit comments

Comments
 (0)