bump rspec

This commit is contained in:
Benjamin Neff 2016-07-13 00:43:34 +02:00
parent 357035092d
commit fdfb2c5134
2 changed files with 23 additions and 23 deletions

View file

@ -57,8 +57,8 @@ end
group :development, :test do group :development, :test do
# unit tests # unit tests
gem "rspec-core", "~> 3.4.3" gem "rspec-core", "~> 3.5.1"
gem "rspec-rails", "~> 3.4.1" gem "rspec-rails", "~> 3.5.1"
# GUID generation # GUID generation
gem "uuid", "~> 2.3.8" gem "uuid", "~> 2.3.8"

View file

@ -201,29 +201,29 @@ GEM
rb-fsevent (0.9.7) rb-fsevent (0.9.7)
rb-inotify (0.9.7) rb-inotify (0.9.7)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rspec (3.4.0) rspec (3.5.0)
rspec-core (~> 3.4.0) rspec-core (~> 3.5.0)
rspec-expectations (~> 3.4.0) rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.4.0) rspec-mocks (~> 3.5.0)
rspec-collection_matchers (1.1.2) rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1) rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.4.4) rspec-core (3.5.1)
rspec-support (~> 3.4.0) rspec-support (~> 3.5.0)
rspec-expectations (3.4.0) rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0) rspec-support (~> 3.5.0)
rspec-mocks (3.4.1) rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0) rspec-support (~> 3.5.0)
rspec-rails (3.4.2) rspec-rails (3.5.1)
actionpack (>= 3.0, < 4.3) actionpack (>= 3.0)
activesupport (>= 3.0, < 4.3) activesupport (>= 3.0)
railties (>= 3.0, < 4.3) railties (>= 3.0)
rspec-core (~> 3.4.0) rspec-core (~> 3.5.0)
rspec-expectations (~> 3.4.0) rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.4.0) rspec-mocks (~> 3.5.0)
rspec-support (~> 3.4.0) rspec-support (~> 3.5.0)
rspec-support (3.4.1) rspec-support (3.5.0)
rubocop (0.40.0) rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0) parser (>= 2.3.1.0, < 3.0)
powerpack (~> 0.1) powerpack (~> 0.1)
@ -298,8 +298,8 @@ DEPENDENCIES
pry pry
pry-byebug pry-byebug
rspec-collection_matchers (~> 1.1.2) rspec-collection_matchers (~> 1.1.2)
rspec-core (~> 3.4.3) rspec-core (~> 3.5.1)
rspec-rails (~> 3.4.1) rspec-rails (~> 3.5.1)
rubocop (= 0.40.0) rubocop (= 0.40.0)
simplecov (= 0.11.2) simplecov (= 0.11.2)
simplecov-rcov (= 0.2.3) simplecov-rcov (= 0.2.3)