File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ group :test do
35
35
gem 'database_cleaner'
36
36
gem 'email_spec'
37
37
gem 'poltergeist' # helps with using PhantomJS headless browser in feature specs
38
- gem 'shoulda-matchers' , '3.0.0.rc1 '
38
+ gem 'shoulda-matchers' , '3.0.1 '
39
39
gem 'vcr'
40
40
gem 'webmock'
41
41
end
Original file line number Diff line number Diff line change 214
214
multi_json (~> 1.0 )
215
215
rubyzip (~> 1.0 )
216
216
websocket (~> 1.0 )
217
- shoulda-matchers (3.0.0.rc1 )
217
+ shoulda-matchers (3.0.1 )
218
218
activesupport (>= 4.0.0 )
219
219
slop (3.6.0 )
220
220
spring (1.3.6 )
@@ -284,7 +284,7 @@ DEPENDENCIES
284
284
rspec-rails (~> 3.2 )
285
285
sass-rails (~> 4.0 )
286
286
selenium-webdriver
287
- shoulda-matchers (= 3.0.0.rc1 )
287
+ shoulda-matchers (= 3.0.1 )
288
288
spring
289
289
spring-commands-rspec
290
290
sqlite3
@@ -296,4 +296,4 @@ DEPENDENCIES
296
296
webmock
297
297
298
298
BUNDLED WITH
299
- 1.10.5
299
+ 1.10.6
You can’t perform that action at this time.
0 commit comments