Skip to content

Commit

Permalink
Upgrade jquery-rails to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Apr 28, 2024
1 parent e914cea commit 0703046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ gem 'geokit-rails', '~> 2.3'
gem 'httmultiparty', '~> 0.3.16'
gem 'httparty', '~> 0.13'
gem 'huginn_agent'
gem 'jquery-rails', '~> 4.2.1'
gem 'jquery-rails', '~> 4.4'
gem 'json', '~> 2.3'
gem 'jsonpath', '~> 1.1'
gem 'kaminari', '~> 1.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
jquery-rails (4.2.2)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -891,7 +891,7 @@ DEPENDENCIES
httparty (~> 0.13)
huginn_agent
hypdf!
jquery-rails (~> 4.2.1)
jquery-rails (~> 4.4)
json (~> 2.3)
jsonpath (~> 1.1)
kaminari (~> 1.2)
Expand Down

0 comments on commit 0703046

Please sign in to comment.