Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shoulda-matchers from 4.5.1 to 5.3.0 #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-mocks'
gem 'selenium-webdriver'
gem 'shoulda-matchers', '~> 4.5', require: false
gem 'shoulda-matchers', '~> 5.3', require: false
gem 'simplecov', require: false
gem 'timecop'
gem 'valid_attribute', '~> 2.0.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
activesupport (>= 3)
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crass (1.0.6)
debug_inspector (1.1.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
kwalify (0.7.2)
launchy (2.5.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.1)
minitest (5.14.4)
minitest (5.16.3)
msgpack (1.4.2)
nio4r (2.5.8)
nokogiri (1.11.7-x86_64-linux)
Expand Down Expand Up @@ -267,8 +267,8 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -286,7 +286,7 @@ GEM
thor (1.1.0)
tilt (2.0.10)
timecop (0.9.4)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand All @@ -312,7 +312,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.6.6)

PLATFORMS
x86_64-linux
Expand Down Expand Up @@ -349,7 +349,7 @@ DEPENDENCIES
rubocop-rspec
sass-rails (>= 6)
selenium-webdriver
shoulda-matchers (~> 4.5)
shoulda-matchers (~> 5.3)
simplecov
spring
timecop
Expand Down