bump rspec-rails

This commit is contained in:
Benjamin Neff 2015-11-30 01:51:55 +01:00
parent 127d4fa463
commit 87d48a9515
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ end
group :development, :test do group :development, :test do
# unit tests # unit tests
gem "rspec-rails", "~> 3.3.2" gem "rspec-rails", "~> 3.3.3"
# automatic test runs # automatic test runs
gem "guard-rspec", require: false gem "guard-rspec", require: false

View file

@ -294,7 +294,7 @@ DEPENDENCIES
pry-byebug pry-byebug
pry-debundle pry-debundle
rspec-collection_matchers (~> 1.1.2) rspec-collection_matchers (~> 1.1.2)
rspec-rails (~> 3.3.2) rspec-rails (~> 3.3.3)
rubocop (= 0.35.1) rubocop (= 0.35.1)
simplecov (= 0.10.0) simplecov (= 0.10.0)
simplecov-rcov (= 0.2.3) simplecov-rcov (= 0.2.3)