Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Bump rspec-rails from 4.0.2 to 5.0.0 #128

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "bootsnap", ">= 1.4.2", require: false
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"
gem "rspec-rails", "~> 5.0"
end

group :development do
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
hashdiff (1.0.1)
hashie (4.1.0)
htmlentities (4.3.4)
i18n (1.8.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
iso_country_codes (0.7.8)
jbuilder (2.11.2)
Expand All @@ -119,7 +119,7 @@ GEM
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.8.0)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -130,12 +130,12 @@ 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.3.3)
multi_json (1.14.1)
multipart-post (2.1.1)
nio4r (2.5.3)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.4)
Expand Down Expand Up @@ -188,18 +188,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.0)
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.8.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -251,7 +251,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thor (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -283,7 +283,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.5)
puma (~> 4.3)
rails
rspec-rails (~> 4.0)
rspec-rails (~> 5.0)
rubocop-rails_config
sanitize
shoulda-matchers
Expand Down