Skip to content

Commit

Permalink
Merge pull request #25 from ticky/renovate/rspec-3.x
Browse files Browse the repository at this point in the history
Update dependency rspec to v3.10.0
  • Loading branch information
ticky committed Feb 20, 2021
2 parents db1124d + 8c87292 commit 8bf71e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"
gemspec

gem "rake", "13.0.3"
gem "rspec", "3.8.0"
gem "rspec", "3.10.0"
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
diff-lcs (1.4.4)
rake (13.0.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)

PLATFORMS
ruby

DEPENDENCIES
emoji_regex!
rake (= 13.0.3)
rspec (= 3.8.0)
rspec (= 3.10.0)

BUNDLED WITH
2.2.11

0 comments on commit 8bf71e9

Please sign in to comment.