Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rspec-rails from 4.0.1 to 5.0.0 #43

Closed
wants to merge 1 commit into from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ group :development, :test do
gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers
gem "knapsack_pro", "~> 2.10.1" # Help parallelize Ruby spec builds
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 1.6", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.9", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool
Expand Down
68 changes: 34 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
approvals (0.0.24)
nokogiri (~> 1.6)
thor (~> 0.18)
ast (2.4.1)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
Expand All @@ -115,7 +115,7 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
better_html (1.0.15)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
counter_culture (2.7.0)
activerecord (>= 4.2)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
devise_invitable (2.0.3)
actionmailer (>= 5.0)
devise (>= 4.6)
diff-lcs (1.3)
diff-lcs (1.4.4)
distribution (0.8.0)
docile (1.3.3)
dogstatsd-ruby (4.8.2)
Expand Down Expand Up @@ -281,7 +281,7 @@ GEM
feedjira (3.1.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.13.1)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -379,7 +379,7 @@ GEM
httpclient (2.8.3)
hypershield (0.2.2)
activerecord (>= 5)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.10.3)
Expand Down Expand Up @@ -430,7 +430,7 @@ GEM
listen (3.3.3)
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)
lumberjack (1.2.4)
Expand All @@ -452,7 +452,7 @@ GEM
mini_portile2 (2.4.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.2)
minitest (5.14.4)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -500,7 +500,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.20.1)
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
patron (0.13.3)
pg (1.2.3)
Expand Down Expand Up @@ -584,15 +584,15 @@ GEM
json
redcarpet (3.5.1)
redis (4.2.5)
redis-actionpack (5.1.0)
actionpack (>= 4.0, < 7)
redis-rack (>= 1, < 3)
redis-actionpack (5.2.0)
actionpack (>= 5, < 7)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.2.0)
activesupport (>= 3, < 7)
redis-store (>= 1.3, < 2)
redis-rack (2.0.6)
rack (>= 1.5, < 3)
redis-rack (2.1.3)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
Expand All @@ -616,29 +616,29 @@ GEM
rexml (3.2.4)
rolify (5.3.0)
rouge (3.26.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (4.0.1)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.9)
rspec-expectations (~> 3.9)
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (~> 3.10.0)
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-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.3)
rspec-support (3.10.2)
rubocop (1.6.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand Down Expand Up @@ -932,7 +932,7 @@ DEPENDENCIES
reverse_markdown (~> 2.0)
rolify (~> 5.3)
rouge (~> 3.26)
rspec-rails (~> 4.0)
rspec-rails (~> 5.0)
rspec-retry (~> 0.6)
rubocop (~> 1.6)
rubocop-performance (~> 1.9)
Expand Down
Binary file removed vendor/cache/ast-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/better_html-1.0.15.gem
Binary file not shown.
Binary file added vendor/cache/better_html-1.0.16.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.1.7.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.3.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.4.4.gem
Binary file not shown.
Binary file removed vendor/cache/ffi-1.13.1.gem
Binary file not shown.
Binary file added vendor/cache/ffi-1.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.5.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.8.9.gem
Binary file not shown.
Binary file removed vendor/cache/loofah-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/loofah-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.2.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.14.4.gem
Binary file not shown.
Binary file removed vendor/cache/parser-2.7.2.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.0.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/redis-actionpack-5.1.0.gem
Binary file not shown.
Binary file added vendor/cache/redis-actionpack-5.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/redis-rack-2.0.6.gem
Binary file not shown.
Binary file added vendor/cache/redis-rack-2.1.3.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.9.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.9.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.9.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.10.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-rails-4.0.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-rails-5.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.10.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.9.3.gem
Binary file not shown.