Skip to content

Commit

Permalink
Update appraisal locks
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 28, 2024
1 parent 708fd5e commit 300295a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
8 changes: 1 addition & 7 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
madmin (1.2.8)
madmin (1.2.9)
pagy (>= 3.5)
rails (>= 6.0.3)

Expand Down Expand Up @@ -120,10 +120,6 @@ GEM
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
pagy (8.3.0)
paper_trail (15.1.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -205,8 +201,6 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down
13 changes: 6 additions & 7 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
madmin (1.2.8)
madmin (1.2.9)
pagy (>= 3.5)
rails (>= 6.0.3)

Expand Down Expand Up @@ -126,10 +126,6 @@ GEM
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
pagy (8.3.0)
paper_trail (15.1.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -204,8 +200,6 @@ GEM
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -237,6 +231,11 @@ GEM

PLATFORMS
ruby
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
madmin (1.2.8)
madmin (1.2.9)
pagy (>= 3.5)
rails (>= 6.0.3)

Expand Down Expand Up @@ -273,11 +273,14 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
ruby
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Expand Down
13 changes: 6 additions & 7 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GIT
PATH
remote: ..
specs:
madmin (1.2.8)
madmin (1.2.9)
pagy (>= 3.5)
rails (>= 6.0.3)

Expand Down Expand Up @@ -163,10 +163,6 @@ GEM
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
pagy (8.3.0)
paper_trail (15.1.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -231,8 +227,6 @@ GEM
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -267,6 +261,11 @@ GEM

PLATFORMS
ruby
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux
Expand Down

0 comments on commit 300295a

Please sign in to comment.