Skip to content

Commit

Permalink
Update test application for Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FLeinzi committed Sep 4, 2024
1 parent c1858dd commit 483d48a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
directory: 'spec/rails-6.1'
- ruby: 3.1.1
directory: 'spec/rails-7.0'
- ruby: 3.3.3
directory: 'spec/rails-7.0'
steps:
- uses: actions/checkout@v2
- name: Install ruby
Expand Down
86 changes: 44 additions & 42 deletions spec/rails-7.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
builder (3.3.0)
capybara (3.36.0)
addressable
matrix
Expand All @@ -83,32 +83,32 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.1.9)
concurrent-ruby (1.3.4)
crass (1.0.6)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
digest (3.1.0)
erubi (1.10.0)
erubi (1.13.0)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
loofah (2.13.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.2)
minitest (5.15.0)
minitest (5.25.1)
net-imap (0.2.3)
digest
net-protocol
Expand All @@ -125,13 +125,13 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.0-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
public_suffix (4.0.6)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.1)
actioncable (= 7.0.1)
actionmailbox (= 7.0.1)
Expand All @@ -146,53 +146,55 @@ GEM
activesupport (= 7.0.1)
bundler (>= 1.15.0)
railties (= 7.0.1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.1)
actionpack (= 7.0.1)
activesupport (= 7.0.1)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.2.1)
regexp_parser (2.2.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.3)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
sqlite3 (1.4.2)
strscan (3.0.1)
thor (1.2.1)
thor (1.3.2)
timeout (0.2.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.3)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
Expand All @@ -207,4 +209,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.20
2.5.17

0 comments on commit 483d48a

Please sign in to comment.