Skip to content

Commit

Permalink
Merge pull request #12 from cxsper/renovate/shoulda-matchers-4.x
Browse files Browse the repository at this point in the history
Update dependency shoulda-matchers to v4
  • Loading branch information
cxspxr committed Jun 16, 2020
2 parents 1fee7ae + e9526fd commit f65d22c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end

group :test do
gem 'factory_bot_rails', '~> 4.0'
gem 'shoulda-matchers', '~> 3.1'
gem 'shoulda-matchers', '~> 4.0'
gem 'database_cleaner'
end

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
msgpack (~> 1.0)
builder (3.2.3)
byebug (10.0.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.6)
crass (1.0.4)
dalli (2.7.8)
database_cleaner (1.7.0)
Expand All @@ -66,7 +66,7 @@ GEM
geocoder (1.5.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (1.1.0)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -84,7 +84,7 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest (5.14.1)
msgpack (1.2.4)
mysql2 (0.5.2)
nio4r (2.3.1)
Expand Down Expand Up @@ -143,8 +143,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
shoulda-matchers (4.3.0)
activesupport (>= 4.2.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand All @@ -159,7 +159,7 @@ GEM
sprockets (>= 3.0.0)
thor (0.20.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
Expand All @@ -185,7 +185,7 @@ DEPENDENCIES
rack-cors
rails (~> 5.2.1)
rspec-rails (~> 3.5)
shoulda-matchers (~> 3.1)
shoulda-matchers (~> 4.0)
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
Expand Down

0 comments on commit f65d22c

Please sign in to comment.