Skip to content
Open
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 @@ -20,7 +20,7 @@ gem 'honeypot-captcha'
gem 'importmap-rails'
gem 'it'
gem 'jbuilder'
gem 'jquery-rails', '~> 4.1.1'
gem 'jquery-rails', '~> 4.4.0'
gem 'jquery-ui-rails', '~> 3.0.1'
gem 'magnific-popup-rails'
gem 'mail', '~> 2.7.1' # TODO see if this is still required in Ruby 3
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
actionpack (>= 6.0.0)
Expand All @@ -192,7 +192,7 @@ GEM
jbuilder (2.10.1)
activesupport (>= 5.0.0)
jmespath (1.6.1)
jquery-rails (4.1.1)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -207,7 +207,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
magnific-popup-rails (1.1.0)
Expand All @@ -219,7 +219,7 @@ GEM
method_source (0.7.1)
middleware (0.1.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.2)
minitest (5.18.0)
mocha (1.2.1)
metaclass (~> 0.0.1)
Expand All @@ -245,7 +245,7 @@ GEM
puma (6.1.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.7)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -418,7 +418,7 @@ GEM
xmlrpc (0.3.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.7)
zeitwerk (2.6.8)

PLATFORMS
ruby
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
importmap-rails
it
jbuilder
jquery-rails (~> 4.1.1)
jquery-rails (~> 4.4.0)
jquery-ui-rails (~> 3.0.1)
launchy
letter_opener
Expand Down