Skip to content

Commit

Permalink
Fix Gemfile.locks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nerdgeschoss committed May 28, 2024
1 parent 1848d3c commit e66f170
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ GEM
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -318,6 +320,7 @@ GEM
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.0-arm64-darwin)
sqlite3 (1.6.0-x86_64-darwin)
sqlite3 (1.6.0-x86_64-linux)
standard (1.28.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -360,6 +363,7 @@ PLATFORMS
arm64-darwin-22
ruby
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
annotate
Expand Down
17 changes: 14 additions & 3 deletions gemfiles/Gemfile-rails-7-0.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: .
remote: ..
specs:
shimmer (0.0.1)

Expand Down Expand Up @@ -166,6 +166,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.17.0)
msgpack (1.6.0)
nenv (0.3.0)
Expand All @@ -179,10 +180,15 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -310,8 +316,11 @@ GEM
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 5.0)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.0-arm64-darwin)
sqlite3 (1.6.0-x86_64-darwin)
sqlite3 (1.6.0-x86_64-linux)
standard (1.28.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -352,7 +361,9 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
annotate
Expand All @@ -377,7 +388,7 @@ DEPENDENCIES
pry-rails
puma
rack_session_access
rails
rails (~> 7.0.0)
rake
rspec-rails
rspec-retry
Expand All @@ -388,7 +399,7 @@ DEPENDENCIES
rubocop-rspec
shimmer!
slim-rails
sqlite3
sqlite3 (~> 1.6)
standard
stimulus-rails
turbo-rails
Expand Down

0 comments on commit e66f170

Please sign in to comment.