Skip to content

Commit 82080d6

Browse files
authored
Merge pull request #2079 from codebar/dependabot/bundler/shoulda-matchers-6.2.0
Bump shoulda-matchers from 6.0.0 to 6.2.0
2 parents 04b109f + 50ba53c commit 82080d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ group :test do
101101
gem 'selenium-webdriver'
102102
gem 'webdrivers'
103103
gem 'database_cleaner'
104-
gem 'shoulda-matchers', '~> 6.0'
104+
gem 'shoulda-matchers', '~> 6.2'
105105
gem 'simplecov', require: false
106106
gem 'simplecov-lcov', require: false
107107
gem 'timecop', '~> 0.9.8'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GEM
227227
mini_magick (4.12.0)
228228
mini_mime (1.1.5)
229229
mini_portile2 (2.8.6)
230-
minitest (5.22.3)
230+
minitest (5.23.0)
231231
msgpack (1.7.2)
232232
multi_json (1.15.0)
233233
multi_xml (0.6.0)
@@ -426,7 +426,7 @@ GEM
426426
rexml (~> 3.2, >= 3.2.5)
427427
rubyzip (>= 1.2.2, < 3.0)
428428
websocket (~> 1.0)
429-
shoulda-matchers (6.0.0)
429+
shoulda-matchers (6.2.0)
430430
activesupport (>= 5.2.0)
431431
simple_form (5.3.0)
432432
actionpack (>= 5.2)
@@ -557,7 +557,7 @@ DEPENDENCIES
557557
rubocop-rspec
558558
sassc-rails
559559
selenium-webdriver
560-
shoulda-matchers (~> 6.0)
560+
shoulda-matchers (~> 6.2)
561561
simple_form
562562
simplecov
563563
simplecov-lcov

0 commit comments

Comments
 (0)