diff options
| author | mo khan <mo@mokhan.ca> | 2022-11-02 15:58:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 15:58:05 -0600 |
| commit | f746b8dd307cb0948be8370c104e61fa47137ee7 (patch) | |
| tree | 5c453a19e1787747760b8bb82a74c2f55e02b75b | |
| parent | 08c03b523c813c13e98664ea2d8c10f2c7717d5e (diff) | |
| parent | e7fb269fe8db05b10f282e8704cd5eabda6bb91d (diff) | |
Merge pull request #77 from xlgmokha/dependabot/bundler/rspec-3.12.0main
chore(deps-dev): bump rspec from 3.11.0 to 3.12.0
| -rw-r--r-- | Gemfile.lock | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c4f0293..b4404f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,19 +42,19 @@ GEM rake (13.0.6) regexp_parser (2.4.0) rexml (3.2.5) - 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.0) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) rubocop (0.93.1) parallel (~> 1.10) parser (>= 2.7.1.5) |
