bump rspec-core
This commit is contained in:
parent
7502e7d481
commit
44f08bcf38
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue