Skip to content

Commit f65d22c

Browse files
authored
Merge pull request #12 from cxsper/renovate/shoulda-matchers-4.x
Update dependency shoulda-matchers to v4
2 parents 1fee7ae + e9526fd commit f65d22c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
group :test do
6363
gem 'factory_bot_rails', '~> 4.0'
64-
gem 'shoulda-matchers', '~> 3.1'
64+
gem 'shoulda-matchers', '~> 4.0'
6565
gem 'database_cleaner'
6666
end
6767

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
msgpack (~> 1.0)
4848
builder (3.2.3)
4949
byebug (10.0.2)
50-
concurrent-ruby (1.0.5)
50+
concurrent-ruby (1.1.6)
5151
crass (1.0.4)
5252
dalli (2.7.8)
5353
database_cleaner (1.7.0)
@@ -66,7 +66,7 @@ GEM
6666
geocoder (1.5.0)
6767
globalid (0.4.1)
6868
activesupport (>= 4.2.0)
69-
i18n (1.1.0)
69+
i18n (1.8.3)
7070
concurrent-ruby (~> 1.0)
7171
listen (3.1.5)
7272
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -84,7 +84,7 @@ GEM
8484
mimemagic (0.3.2)
8585
mini_mime (1.0.1)
8686
mini_portile2 (2.3.0)
87-
minitest (5.11.3)
87+
minitest (5.14.1)
8888
msgpack (1.2.4)
8989
mysql2 (0.5.2)
9090
nio4r (2.3.1)
@@ -143,8 +143,8 @@ GEM
143143
rspec-support (~> 3.8.0)
144144
rspec-support (3.8.0)
145145
ruby_dep (1.5.0)
146-
shoulda-matchers (3.1.2)
147-
activesupport (>= 4.0.0)
146+
shoulda-matchers (4.3.0)
147+
activesupport (>= 4.2.0)
148148
spring (2.0.2)
149149
activesupport (>= 4.2)
150150
spring-watcher-listen (2.0.1)
@@ -159,7 +159,7 @@ GEM
159159
sprockets (>= 3.0.0)
160160
thor (0.20.0)
161161
thread_safe (0.3.6)
162-
tzinfo (1.2.5)
162+
tzinfo (1.2.7)
163163
thread_safe (~> 0.1)
164164
websocket-driver (0.7.0)
165165
websocket-extensions (>= 0.1.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
rack-cors
186186
rails (~> 5.2.1)
187187
rspec-rails (~> 3.5)
188-
shoulda-matchers (~> 3.1)
188+
shoulda-matchers (~> 4.0)
189189
spring
190190
spring-watcher-listen (~> 2.0.0)
191191
tzinfo-data

0 commit comments

Comments
 (0)