Skip to content

Commit

Permalink
Merge pull request #534 from exploradoresdemadrid/dependabot/bundler/…
Browse files Browse the repository at this point in the history
…rspec-rails-5.0.1
  • Loading branch information
dependabot[bot] committed Mar 21, 2021
2 parents 3c4ad89 + f1fa541 commit b4f896f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'factory_bot_rails', '>= 6.0.0'
gem 'pry'
gem 'rspec-rails', '~> 4.0.2'
gem 'rspec-rails', '~> 5.0.1'
gem 'rubocop'
gem 'dotenv-rails', '>= 2.7.5'
gem 'cypress-rails', '>= 0.3.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.7)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -209,18 +209,18 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-rails (5.0.1)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.1)
rspec-support (3.10.2)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -321,7 +321,7 @@ DEPENDENCIES
rack-cors
rails (~> 6.0.3)
rails-i18n (>= 6.0.0)
rspec-rails (~> 4.0.2)
rspec-rails (~> 5.0.1)
rubocop
sass-rails (~> 6.0, >= 6.0.0)
shoulda-matchers (>= 4.1.2)
Expand Down

0 comments on commit b4f896f

Please sign in to comment.