Skip to content

Commit

Permalink
Bump graphiql-rails from 1.8.0 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [graphiql-rails](https://github.com/rmosolgo/graphiql-rails) from 1.8.0 to 1.10.1.
- [Changelog](https://github.com/rmosolgo/graphiql-rails/blob/master/changelog.md)
- [Commits](rmosolgo/graphiql-rails@v1.8.0...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent f089d33 commit 3523357
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gem 'aws-sdk-s3' # Talk to the catalog
# Frameworks
gem 'activeadmin'
gem 'country_select', '~> 8.0' # 9.0 breaks active admin
gem 'graphiql-rails', '1.8.0' # https://github.com/rmosolgo/graphiql-rails/issues/106
gem 'graphiql-rails', '1.10.1' # https://github.com/rmosolgo/graphiql-rails/issues/106
gem 'graphql'

# Search
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
graphiql-rails (1.8.0)
graphiql-rails (1.10.1)
railties
sprockets-rails
graphql (2.3.14)
base64
fiber-storage
Expand Down Expand Up @@ -316,7 +315,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -330,7 +329,7 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.0)
minitest (5.25.1)
mission_control-jobs (0.3.1)
importmap-rails
irb (~> 1.13)
Expand Down Expand Up @@ -449,7 +448,7 @@ GEM
psych (>= 4.0.0)
recaptcha (5.17.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -625,7 +624,7 @@ GEM
thor (>= 1.2.0)
yard-sorbet
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
traceroute (0.8.1)
Expand Down Expand Up @@ -660,7 +659,7 @@ GEM
yard-sorbet (0.9.0)
sorbet-runtime
yard
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
Expand All @@ -682,7 +681,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faraday_middleware-aws-sigv4
graphiql-rails (= 1.8.0)
graphiql-rails (= 1.10.1)
graphql
guard
guard-rails
Expand Down

0 comments on commit 3523357

Please sign in to comment.