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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 7fe63f2 commit 818e148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gem 'delayed_job_active_record' # Delay jobs and queue them in the database
gem 'activeadmin'
gem 'country_select', '~> 8.0' # 9.0 breaks active admin
gem 'delayed-web'
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
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,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 @@ -338,7 +337,7 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.0)
minitest (5.25.1)
msgpack (1.7.2)
multi_json (1.15.0)
mysql2 (0.5.6)
Expand Down Expand Up @@ -683,7 +682,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 818e148

Please sign in to comment.