Skip to content

Commit

Permalink
Update Ruby (#75)
Browse files Browse the repository at this point in the history
* Bump Ruby to 2.7.7

* Recreate gemfiles/*_gemfile.lock

* Prevent CI to run rails_5_2 and rails_5_1 with ruby 2.4.10

* Prevent ci to run ruby 2.7.7 with rails 5.0.0
  • Loading branch information
vsppedro authored Mar 4, 2023
1 parent d0fff35 commit b5b92e6
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 320 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.4.9
- 2.5.8
- 2.6.6
- 2.7.1
- 2.4.10
- 2.5.9
- 2.6.10
- 2.7.7
appraisal:
- rails_4_2
- rails_5_0
Expand All @@ -34,9 +34,12 @@ jobs:
- minitest
- test_unit
exclude:
- { ruby: 2.4.9, appraisal: rails_6_0 }
- { ruby: 2.6.6, appraisal: rails_4_2 }
- { ruby: 2.7.1, appraisal: rails_4_2 }
- { ruby: 2.4.10, appraisal: rails_6_0 }
- { ruby: 2.4.10, appraisal: rails_5_2 }
- { ruby: 2.4.10, appraisal: rails_5_1 }
- { ruby: 2.6.10, appraisal: rails_4_2 }
- { ruby: 2.7.7, appraisal: rails_5_0 }
- { ruby: 2.7.7, appraisal: rails_4_2 }
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
TEST_FRAMEWORK: ${{ matrix.test_framework }}
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.7.7
85 changes: 44 additions & 41 deletions gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,67 +44,69 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
ansi (1.5.0)
appraisal (2.2.0)
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)
arel (7.1.4)
ast (2.4.0)
bcrypt (3.1.13)
ast (2.4.2)
bcrypt (3.1.18)
builder (3.2.4)
byebug (10.0.2)
coderay (1.1.2)
concurrent-ruby (1.1.6)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
erubis (2.7.0)
ffi (1.12.2)
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jbuilder (2.10.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.3.5)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.4.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
m (1.5.1)
m (1.6.1)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.2)
mini_mime (1.0.2)
mini_mime (1.1.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest-reporters (1.4.2)
minitest (5.15.0)
minitest-reporters (1.6.0)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.11.2)
nio4r (2.5.2)
nokogiri (1.10.9)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.19.1)
parser (2.7.1.0)
ast (~> 2.4.0)
power_assert (1.1.7)
parallel (1.20.1)
parser (3.2.1.0)
ast (~> 2.4.1)
power_assert (2.0.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
puma (3.12.4)
rack (2.2.2)
puma (3.12.6)
rack (2.2.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
Expand All @@ -119,24 +121,24 @@ GEM
bundler (>= 1.3.0)
railties (= 5.0.7.2)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rubocop (0.71.0)
Expand All @@ -146,7 +148,8 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby-progressbar (1.12.0)
ruby2_keywords (0.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -159,7 +162,7 @@ GEM
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
snowglobe (0.3.0)
spring (2.1.0)
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.0.1)
Expand All @@ -168,26 +171,26 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
test-unit (3.3.5)
test-unit (3.5.7)
power_assert
thor (1.0.1)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.1.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
warnings_logger (0.1.0)
warnings_logger (0.1.1)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
websocket-extensions (0.1.5)

PLATFORMS
ruby
Expand Down
Loading

0 comments on commit b5b92e6

Please sign in to comment.