Skip to content
Closed
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ group :test do
end

gem "shakapacker", "= 7.2.0"
gem "tailwindcss-rails", "2.6.1"
gem "tailwindcss-rails", "2.7.7"
gem "react_on_rails", "= 14.0.0"
26 changes: 16 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@ GEM
execjs (2.9.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -126,7 +126,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.25.0)
minitest (5.25.1)
msgpack (1.7.2)
net-imap (0.4.14)
date
Expand All @@ -140,11 +140,14 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
package_json (0.1.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
pg (1.5.7-x64-mingw-ucrt)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -202,7 +205,7 @@ GEM
rails (>= 5.2)
rainbow (~> 3.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.5)
strscan
Expand Down Expand Up @@ -260,9 +263,11 @@ GEM
sprockets (>= 3.0.0)
stringio (3.1.1)
strscan (3.1.0)
tailwindcss-rails (2.6.1-x64-mingw-ucrt)
tailwindcss-rails (2.7.7-x64-mingw-ucrt)
railties (>= 7.0.0)
tailwindcss-rails (2.7.7-x86_64-linux)
railties (>= 7.0.0)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -275,17 +280,18 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
bootsnap
Expand All @@ -301,7 +307,7 @@ DEPENDENCIES
selenium-webdriver
shakapacker (= 7.2.0)
sprockets-rails
tailwindcss-rails (= 2.6.1)
tailwindcss-rails (= 2.7.7)
tzinfo-data
web-console

Expand Down