Skip to content

Commit

Permalink
chore: graphql needs racc dep for ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rperryng committed Jul 10, 2024
1 parent f5af611 commit 1ae2d68
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion k6/graphql-api/Gemfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'graphql', '~> 2'
gem 'graphql-hive', path: '../../'
gem 'puma', '~> 6'
gem 'rackup'
gem 'racc'
gem 'rack-contrib', '~> 2'
gem 'sinatra', '~> 2'
gem 'sinatra-contrib'
7 changes: 2 additions & 5 deletions k6/graphql-api/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -16,14 +16,12 @@ GEM
nio4r (2.7.3)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-contrib (2.5.0)
rack (< 4)
rack-protection (2.2.4)
rack
rackup (1.0.0)
rack (< 3)
webrick
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
@@ -37,7 +35,6 @@ GEM
sinatra (= 2.2.4)
tilt (~> 2.0)
tilt (2.4.0)
webrick (1.8.1)

PLATFORMS
ruby
@@ -46,8 +43,8 @@ DEPENDENCIES
graphql (~> 2)
graphql-hive!
puma (~> 6)
racc
rack-contrib (~> 2)
rackup
sinatra (~> 2)
sinatra-contrib

0 comments on commit 1ae2d68

Please sign in to comment.