Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.2', '3.3', '3.4']
rails: ['6.1', '7.0', '7.1', '7.2', '8.0']
rails: ['7.2', '8.0', '8.1']
include:
- {ruby: '3.4', rails: '_main'}
- {ruby: '3.1', rails: '6.1'}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

eval_gemfile Dir["gemfiles/rails[0-9]*.gemfile"].max
eval_gemfile "gemfiles/rails7.2.gemfile"
41 changes: 22 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,31 @@ PATH
remote: .
specs:
stronger_parameters (2.23.1)
actionpack (>= 6.1)
actionpack (>= 7.2)

GEM
remote: https://rubygems.org/
specs:
actionpack (8.0.1)
actionview (= 8.0.1)
activesupport (= 8.0.1)
actionpack (7.2.3)
actionview (= 7.2.3)
activesupport (= 7.2.3)
cgi
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
racc
rack (>= 2.2.4, < 3.3)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (8.0.1)
activesupport (= 8.0.1)
actionview (7.2.3)
activesupport (= 7.2.3)
builder (~> 3.1)
cgi
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (8.0.1)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -35,13 +38,13 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.3.0)
bump (0.10.0)
cgi (0.5.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
Expand All @@ -65,10 +68,8 @@ GEM
nokogiri (>= 1.12.0)
maxitest (5.8.0)
minitest (>= 5.14.0, < 5.26.0)
mini_portile2 (2.8.7)
minitest (5.25.4)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -98,13 +99,15 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
railties (7.2.3)
actionpack (= 7.2.3)
activesupport (= 7.2.3)
cgi
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
Expand Down Expand Up @@ -145,27 +148,27 @@ GEM
rubocop-performance (~> 1.22.0)
stringio (3.1.2)
thor (1.3.2)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
useragent (0.16.11)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
arm64-darwin
ruby
x86_64-linux

DEPENDENCIES
bump
forking_test_runner
maxitest
railties (~> 8.0.0)
railties (~> 7.2.0)
rake
single_cov
standard
stronger_parameters!

BUNDLED WITH
2.6.2
2.7.2
9 changes: 0 additions & 9 deletions gemfiles/rails6.1.gemfile

This file was deleted.

142 changes: 0 additions & 142 deletions gemfiles/rails6.1.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails7.0.gemfile

This file was deleted.

Loading
Loading