Skip to content

Commit

Permalink
Merge pull request #8 from moraki-finance/dependabot/bundler/rspec-3.…
Browse files Browse the repository at this point in the history
…13.0

Bump rspec from 3.12.0 to 3.13.0
  • Loading branch information
mochetts committed Mar 2, 2024
2 parents cfdbfaf + 4d9ab35 commit 51c7cdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gemspec

gem "dotenv", "~> 2.8.1"
gem "rake", "~> 13.1"
gem "rspec", "~> 3.12"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.50.2"
gem "vcr", "~> 6.1.0"
gem "webmock", "~> 3.23.0"
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Expand Up @@ -23,7 +23,7 @@ GEM
bigdecimal
rexml
debug_inspector (1.2.0)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
faraday (1.10.3)
Expand Down Expand Up @@ -79,19 +79,19 @@ GEM
rake (13.1.0)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -134,7 +134,7 @@ DEPENDENCIES
pry-rescue (~> 1.6)
pry-stack_explorer (~> 0.6.1)
rake (~> 13.1)
rspec (~> 3.12)
rspec (~> 3.13)
rubocop (~> 1.50.2)
ruby-experian!
simplecov
Expand Down

0 comments on commit 51c7cdb

Please sign in to comment.