Skip to content

Commit

Permalink
Upgrade rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Mar 30, 2020
1 parent bc14031 commit 052132d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "codecov", require: false, group: :test unless ENV["ON_CI"].nil?
gem "sassc-rails"
gem "rails", (ENV["RAILS_VERSION"] || ">= 4.0.0") # rubocop:disable Bundler/OrderedGems
gem "rspec-rails", (ENV["RAILS_VERSION"].nil? || ENV["RAILS_VERSION"].to_s >= "6.0.0" ? "4.0.0.beta4" : ">= 3.8.0")
gem "rspec-rails", (ENV["RAILS_VERSION"].nil? || ENV["RAILS_VERSION"].to_s >= "6.0.0" ? "4.0.0" : ">= 3.8.0")
gem "sqlite3",
(ENV["RAILS_VERSION"].nil? || ENV["RAILS_VERSION"].to_s >= "6.0.0" ? ">= 1.4.0" : "< 1.4.0"),
platforms: %i[mri mingw x64_mingw]
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -90,7 +90,7 @@ GEM
docile (1.3.2)
erubi (1.9.0)
erubis (2.7.0)
et-orbi (1.2.2)
et-orbi (1.2.4)
tzinfo
ffi (1.12.2)
fugit (1.3.3)
Expand Down Expand Up @@ -168,13 +168,13 @@ GEM
rexml (3.2.4)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (4.0.0.beta4)
rspec-rails (4.0.0)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
Expand All @@ -200,7 +200,7 @@ GEM
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
rubyzip (2.2.0)
rubyzip (2.3.0)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -216,7 +216,7 @@ GEM
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.1)
simplecov-html (0.12.2)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
rack-mini-profiler
rails (>= 4.0.0)
rails_best_practices
rspec-rails (= 4.0.0.beta4)
rspec-rails (= 4.0.0)
rspec-retry
rubocop
rubocop-performance
Expand Down

0 comments on commit 052132d

Please sign in to comment.