Skip to content

Commit

Permalink
Bump jquery-rails from 4.5.1 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.5.1 to 4.6.0.
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v4.5.1...v4.6.0)

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 8a90e77 commit 3ec5d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'graphiql-rails'
gem 'graphql'
gem 'honeybadger', '~> 5.2'
gem 'httparty'
gem 'jquery-rails', '~> 4.5'
gem 'jquery-rails', '~> 4.6'
gem 'json-schema', '~> 2.8'
gem 'librato-metrics', '~> 2.1.2'
gem 'lograge'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jmespath (1.6.1)
jquery-rails (4.5.1)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
mini_portile2 (2.8.2)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.18.0)
minitest (5.18.1)
mock_redis (0.36.0)
ruby2_keywords
multi_json (1.15.0)
Expand Down Expand Up @@ -370,8 +370,9 @@ GEM
bundler (>= 1.15.0)
railties (= 6.1.7.3)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand Down Expand Up @@ -547,7 +548,7 @@ DEPENDENCIES
guard-rspec
honeybadger (~> 5.2)
httparty
jquery-rails (~> 4.5)
jquery-rails (~> 4.6)
json-schema (~> 2.8)
librato-metrics (~> 2.1.2)
listen (~> 3.8)
Expand Down

0 comments on commit 3ec5d9b

Please sign in to comment.