bump rspec-core

This commit is contained in:
Benjamin Neff 2016-02-23 01:57:35 +01:00
parent 7502e7d481
commit 44f08bcf38
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ end
group :development, :test do
# unit tests
gem "rspec-core", "~> 3.4.3"
gem "rspec-rails", "~> 3.4.1"
# automatic test runs

View file

@ -204,7 +204,7 @@ GEM
rspec-mocks (~> 3.4.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.4.2)
rspec-core (3.4.3)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
@ -295,6 +295,7 @@ DEPENDENCIES
pry-byebug
pry-debundle
rspec-collection_matchers (~> 1.1.2)
rspec-core (~> 3.4.3)
rspec-rails (~> 3.4.1)
rubocop (= 0.37.2)
simplecov (= 0.11.2)