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 2.7.0 to 4.3.0 #551

Open
wants to merge 1 commit into
base: development
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 @@ -75,7 +75,7 @@ group :test do
gem "capybara"
gem "database_cleaner"
gem "launchy"
gem "shoulda-matchers", "~> 2.7.0"
gem "shoulda-matchers", "~> 4.3.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

gem "simplecov", require: false
gem "timecop"
gem "webmock"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crass (1.0.6)
Expand Down Expand Up @@ -831,8 +831,8 @@ GEM
select2-rails (4.0.3)
thor (~> 0.14)
sexp_processor (4.13.0)
shoulda-matchers (2.7.0)
activesupport (>= 3.0.0)
shoulda-matchers (4.3.0)
activesupport (>= 4.2.0)
simple_form (5.0.1)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -943,7 +943,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
sass-rails (~> 5.0.1)
select2-rails
shoulda-matchers (~> 2.7.0)
shoulda-matchers (~> 4.3.0)
simple_form
simplecov
spring
Expand Down