diff --git a/Gemfile b/Gemfile index 8aa6953..f0c1520 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ end group :development, :test do # unit tests - gem "rspec-rails", "~> 3.3.2" + gem "rspec-rails", "~> 3.3.3" # automatic test runs gem "guard-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 97127f4..464ff98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ DEPENDENCIES pry-byebug pry-debundle rspec-collection_matchers (~> 1.1.2) - rspec-rails (~> 3.3.2) + rspec-rails (~> 3.3.3) rubocop (= 0.35.1) simplecov (= 0.10.0) simplecov-rcov (= 0.2.3)