Skip to content

Commit

Permalink
Bump graphql from 2.2.3 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2024
1 parent af81fb2 commit ed8f60c
Showing 1 changed file with 27 additions and 59 deletions.
86 changes: 27 additions & 59 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,22 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
backport (1.2.0)
benchmark (0.3.0)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
e2mmap (0.1.0)
graphql (2.2.3)
graphql (2.2.4)
racc (~> 1.4)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
jaro_winkler (1.5.6)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.5)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
parallel (1.24.0)
parser (3.2.2.4)
parser (2.7.2.0)
ast (~> 2.4.1)
racc
prettier (4.0.4)
syntax_tree (>= 4.0.1)
syntax_tree-haml (>= 2.0.0)
Expand All @@ -52,12 +37,12 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
rack (2.2.8)
rack-protection (2.2.4)
rack
rainbow (3.1.1)
rake (13.1.0)
rbs (2.8.4)
regexp_parser (2.8.3)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -72,52 +57,35 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
rubocop (0.83.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-rake (0.5.1)
rubocop
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
solargraph (0.13.0)
parser (~> 2.4)
sinatra (~> 2)
thor (~> 0.19, >= 0.19.4)
yard (~> 0.9)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
syntax_tree-haml (4.0.3)
Expand All @@ -129,9 +97,9 @@ GEM
rbs
syntax_tree (>= 2.0.1)
temple (0.10.3)
thor (1.3.0)
thor (0.20.3)
tilt (2.3.0)
unicode-display_width (2.5.0)
unicode-display_width (1.8.0)
yard (0.9.34)

PLATFORMS
Expand Down

0 comments on commit ed8f60c

Please sign in to comment.