Skip to content

Commit c0f9aca

Browse files
committed
Merge pull request #102 from chentsulin/upgrade-shoulda-matchers
close #72, update shoulda-matchers to 3.0.1
2 parents 6f27836 + ff46628 commit c0f9aca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ group :test do
3535
gem 'database_cleaner'
3636
gem 'email_spec'
3737
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'
3939
gem 'vcr'
4040
gem 'webmock'
4141
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ GEM
214214
multi_json (~> 1.0)
215215
rubyzip (~> 1.0)
216216
websocket (~> 1.0)
217-
shoulda-matchers (3.0.0.rc1)
217+
shoulda-matchers (3.0.1)
218218
activesupport (>= 4.0.0)
219219
slop (3.6.0)
220220
spring (1.3.6)
@@ -284,7 +284,7 @@ DEPENDENCIES
284284
rspec-rails (~> 3.2)
285285
sass-rails (~> 4.0)
286286
selenium-webdriver
287-
shoulda-matchers (= 3.0.0.rc1)
287+
shoulda-matchers (= 3.0.1)
288288
spring
289289
spring-commands-rspec
290290
sqlite3
@@ -296,4 +296,4 @@ DEPENDENCIES
296296
webmock
297297

298298
BUNDLED WITH
299-
1.10.5
299+
1.10.6

0 commit comments

Comments
 (0)