Skip to content

Commit

Permalink
Merge pull request #43 from exploradoresdemadrid/dependabot/bundler/r…
Browse files Browse the repository at this point in the history
…spec-rails-5.0.1
  • Loading branch information
dependabot[bot] committed Mar 21, 2021
2 parents a12d6ec + 14db6fd commit d66ee42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'sidekiq'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 4.0.2'
gem 'rspec-rails', '~> 5.0.1'
end

group :development do
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
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)
pg (1.2.3)
Expand Down Expand Up @@ -150,18 +150,18 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.1)
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)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
Expand Down Expand Up @@ -223,7 +223,7 @@ DEPENDENCIES
puma (~> 5.2)
rack-mini-profiler (~> 2.3)
rails (~> 6.1.3)
rspec-rails (~> 4.0.2)
rspec-rails (~> 5.0.1)
sass-rails (>= 6)
sidekiq
spring
Expand Down

0 comments on commit d66ee42

Please sign in to comment.