Skip to content

Commit

Permalink
Merge 37cb08f into 749256e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 12, 2018
2 parents 749256e + 37cb08f commit 83163e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ group :test do
gem 'fakeredis', require: 'fakeredis/rspec'
# gem 'mutant-rspec' Waiting on version bump
gem 'rspec-benchmark'
gem 'rspec-rails', '~> 3.7'
gem 'rspec-rails', '~> 3.8'
gem 'rspec-sidekiq'
gem 'webmock'
end
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colorize (0.8.1)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
connection_pool (2.2.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
memory_profiler (0.9.10)
method_source (0.9.0)
method_source (0.9.2)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
pry (>= 0.9.10, < 0.12.0)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.5)
rack (2.0.6)
rack-cors (1.0.2)
rack-mini-profiler (1.0.0)
rack (>= 1.2.0)
Expand Down Expand Up @@ -265,34 +265,34 @@ GEM
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-benchmark (0.4.0)
benchmark-perf (~> 0.4.0)
benchmark-trend (~> 0.2.0)
rspec (>= 3.0.0, < 4.0.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
rspec-support (~> 3.8.0)
rspec-rails (3.8.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-sidekiq (3.0.3)
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.7.1)
rspec-support (3.8.0)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
Expand Down Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 5.1.5)
rspec-benchmark
rspec-rails (~> 3.7)
rspec-rails (~> 3.8)
rspec-sidekiq
sass-rails (~> 5.0)
sentry-raven
Expand Down

0 comments on commit 83163e0

Please sign in to comment.