Skip to content

Commit

Permalink
Add jquery-rails gem to Gemfile and update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 6, 2025
1 parent 823ffb4 commit 7606b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "puma", "~> 6.4"
gem "jbuilder"
gem "sassc-rails"
gem 'bootstrap'
gem 'jquery-rails'
gem 'bootstrap-icons-helper'
gem 'appsignal'
gem 'ostruct'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -268,6 +272,7 @@ DEPENDENCIES
bootstrap
bootstrap-icons-helper
jbuilder
jquery-rails
ostruct
pg (~> 1.5)
puma (~> 6.4)
Expand Down Expand Up @@ -320,6 +325,7 @@ CHECKSUMS
io-console (0.8.0) sha256=cd6a9facbc69871d69b2cb8b926fc6ea7ef06f06e505e81a64f14a470fddefa2
irb (1.15.1) sha256=d9bca745ac4207a8b728a52b98b766ca909b86ff1a504bcde3d6f8c84faae890
jbuilder (2.13.0) sha256=7200a38a1c0081aa81b7a9757e7a299db75bc58cf1fd45ca7919a91627d227d6
jquery-rails (4.6.0) sha256=3c4e6bf47274340b44d836b8aa1b5472c6d451e2739af5ec094421f39025a7e2
logger (1.6.6) sha256=dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
loofah (2.24.0) sha256=61e6a710883abb8210887f3dc868cf3ed66594c509d9ff6987621efa6651ee1e
mail (2.8.1) sha256=ec3b9fadcf2b3755c78785cb17bc9a0ca9ee9857108a64b6f5cfc9c0b5bfc9ad
Expand Down

0 comments on commit 7606b06

Please sign in to comment.