Skip to content

Commit

Permalink
Mandatory for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Jul 17, 2024
1 parent 3005238 commit 2724226
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
guard (2.18.1)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -136,6 +137,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand All @@ -149,9 +152,9 @@ GEM
stringio
public_suffix (6.0.0)
racc (1.8.0)
rack (3.1.7)
rack-livereload (0.5.1)
rack
rack (3.0.11)
rack-livereload (0.6.0)
rack (~> 3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -194,6 +197,8 @@ GEM
railties (>= 7.0.0)
tailwindcss-rails (2.6.3-x86_64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.6.3-x86_64-linux)
railties (>= 7.0.0)
thor (1.3.1)
tty-color (0.6.0)
tty-command (0.10.1)
Expand All @@ -208,6 +213,7 @@ GEM
PLATFORMS
arm64-darwin
x86_64-darwin
x86_64-linux

DEPENDENCIES
adsf
Expand Down

0 comments on commit 2724226

Please sign in to comment.