Skip to content

Commit

Permalink
Bump rspec-rails from 3.8.1 to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and julianguyen committed Jan 21, 2019
1 parent 80c2470 commit 7539c9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
gem 'factory_bot_rails'
gem 'rspec-collection_matchers', '~> 1.1.3'
gem 'rspec-html-matchers', '~> 0.9.0'
gem 'rspec-rails', '~> 3.8.1'
gem 'rspec-rails', '~> 3.8.2'

gem 'letter_opener'
gem 'rspec_junit_formatter'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.5.1)
i18n (1.5.2)
concurrent-ruby (~> 1.0)
inline_svg (1.3.1)
activesupport (>= 3.0)
Expand Down Expand Up @@ -215,7 +215,7 @@ GEM
mustermann (1.0.3)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.10.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
Expand Down Expand Up @@ -363,7 +363,7 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.1)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
Expand Down Expand Up @@ -513,7 +513,7 @@ DEPENDENCIES
resque_mailer (= 2.4.3)
rspec-collection_matchers (~> 1.1.3)
rspec-html-matchers (~> 0.9.0)
rspec-rails (~> 3.8.1)
rspec-rails (~> 3.8.2)
rspec_junit_formatter
rubocop (>= 0.49.0)
rubocop-rspec
Expand Down

0 comments on commit 7539c9a

Please sign in to comment.