Skip to content

chore(deps): bump rspec from 3.13.0 to 3.13.1 in /packages/ruby #1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion packages/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
gem 'json-schema'
gem 'rack-test'
gem 'rake', '~> 13.2'
gem 'rspec', '~> 3.0'
gem 'rspec', '~> 3.13'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rspec', require: false
Expand Down
14 changes: 7 additions & 7 deletions packages/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
bigdecimal
rexml
csv (3.3.0)
diff-lcs (1.5.1)
diff-lcs (1.6.2)
hashdiff (1.1.1)
httparty (0.22.0)
csv
Expand Down Expand Up @@ -45,19 +45,19 @@ GEM
rake (13.2.1)
regexp_parser (2.10.0)
rexml (3.3.9)
rspec (3.13.0)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.4)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec-support (3.13.4)
rubocop (1.75.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
rack-test
rake (~> 13.2)
readme-metrics!
rspec (~> 3.0)
rspec (~> 3.13)
rubocop
rubocop-performance
rubocop-rspec
Expand Down
Loading