File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 61
61
62
62
group :test do
63
63
gem 'factory_bot_rails' , '~> 4.0'
64
- gem 'shoulda-matchers' , '~> 3.1 '
64
+ gem 'shoulda-matchers' , '~> 4.0 '
65
65
gem 'database_cleaner'
66
66
end
67
67
Original file line number Diff line number Diff line change 47
47
msgpack (~> 1.0 )
48
48
builder (3.2.3 )
49
49
byebug (10.0.2 )
50
- concurrent-ruby (1.0.5 )
50
+ concurrent-ruby (1.1.6 )
51
51
crass (1.0.4 )
52
52
dalli (2.7.8 )
53
53
database_cleaner (1.7.0 )
66
66
geocoder (1.5.0 )
67
67
globalid (0.4.1 )
68
68
activesupport (>= 4.2.0 )
69
- i18n (1.1.0 )
69
+ i18n (1.8.3 )
70
70
concurrent-ruby (~> 1.0 )
71
71
listen (3.1.5 )
72
72
rb-fsevent (~> 0.9 , >= 0.9.4 )
84
84
mimemagic (0.3.2 )
85
85
mini_mime (1.0.1 )
86
86
mini_portile2 (2.3.0 )
87
- minitest (5.11.3 )
87
+ minitest (5.14.1 )
88
88
msgpack (1.2.4 )
89
89
mysql2 (0.5.2 )
90
90
nio4r (2.3.1 )
143
143
rspec-support (~> 3.8.0 )
144
144
rspec-support (3.8.0 )
145
145
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 )
148
148
spring (2.0.2 )
149
149
activesupport (>= 4.2 )
150
150
spring-watcher-listen (2.0.1 )
159
159
sprockets (>= 3.0.0 )
160
160
thor (0.20.0 )
161
161
thread_safe (0.3.6 )
162
- tzinfo (1.2.5 )
162
+ tzinfo (1.2.7 )
163
163
thread_safe (~> 0.1 )
164
164
websocket-driver (0.7.0 )
165
165
websocket-extensions (>= 0.1.0 )
@@ -185,7 +185,7 @@ DEPENDENCIES
185
185
rack-cors
186
186
rails (~> 5.2.1 )
187
187
rspec-rails (~> 3.5 )
188
- shoulda-matchers (~> 3.1 )
188
+ shoulda-matchers (~> 4.0 )
189
189
spring
190
190
spring-watcher-listen (~> 2.0.0 )
191
191
tzinfo-data
You can’t perform that action at this time.
0 commit comments