Skip to content

Commit

Permalink
Merge pull request #189 from olleolleolle/update-rspec-in-gemfile-lock
Browse files Browse the repository at this point in the history
Gemfile: Use a newer RSpec
  • Loading branch information
jsmestad committed Apr 5, 2020
2 parents cffd16c + ae8007a commit a317fde
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ GEM
rack-test (0.7.0)
rack (>= 1.0, < 3)
rake (13.0.1)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)

PLATFORMS
ruby
Expand All @@ -36,5 +36,3 @@ DEPENDENCIES
rspec (~> 3)
warden!

BUNDLED WITH
1.17.1

0 comments on commit a317fde

Please sign in to comment.