Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -75,7 +75,7 @@ PLATFORMS
DEPENDENCIES
gnuplot (~> 2.6.0)
innodb_ruby!
rspec (~> 3.11.0)
rspec (~> 3.13.0)
rubocop (~> 1.18)
rubocop-rspec (~> 2.4)

Expand Down
2 changes: 1 addition & 1 deletion innodb_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency("histogram", "~> 0.2")

s.add_development_dependency("gnuplot", "~> 2.6.0")
s.add_development_dependency("rspec", "~> 3.11.0")
s.add_development_dependency("rspec", "~> 3.13.0")
s.add_development_dependency("rubocop", "~> 1.18")
s.add_development_dependency("rubocop-rspec", "~> 2.4")
s.metadata["rubygems_mfa_required"] = "false"
Expand Down