Skip to content
Open
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
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ GEM
activerecord (>= 4.0)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
base64 (0.2.0)
base64 (0.3.0)
bcp47_spec (0.2.1)
benchmark (0.4.0)
benchmark (0.4.1)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
drb (2.2.1)
drb (2.2.3)
ebnf (2.6.0)
base64 (~> 0.2)
htmlentities (~> 4.3)
Expand Down Expand Up @@ -344,8 +344,8 @@ GEM
i18n (>= 0.6.6)
indefinite_article (0.2.5)
activesupport
io-console (0.8.0)
irb (1.15.1)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -358,7 +358,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.3.1)
json-canonicalization (1.0.0)
Expand Down Expand Up @@ -665,7 +665,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand Down Expand Up @@ -696,7 +696,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.0)
rake-compiler-dock (1.9.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand Down Expand Up @@ -783,7 +783,7 @@ GEM
reline
recaptcha (5.19.0)
regexp_parser (2.10.0)
reline (0.6.0)
reline (0.6.1)
io-console (~> 0.5)
remotipart (1.4.4)
request-log-analyzer (1.13.4)
Expand Down Expand Up @@ -1032,7 +1032,7 @@ GEM
rails (>= 3.0)
rake (>= 0.8.7)
yard (0.9.37)
zeitwerk (2.7.2)
zeitwerk (2.7.3)
zip-container (4.0.2)
rubyzip (~> 2.0.0)
zlib (2.1.1)
Expand Down
Loading