Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Nov 22, 2024
1 parent 704a292 commit 4ddba1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.1)
fiber-storage (1.0.0)
graphql (2.4.3)
graphql (2.4.4)
base64
fiber-storage
json (2.8.2)
Expand All @@ -25,7 +25,7 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'rack-graphql'
require 'rack/test'
require 'ap'
require 'ostruct'

RSpec.configure do |config|
config.disable_monkey_patching!
Expand Down

0 comments on commit 4ddba1e

Please sign in to comment.