Skip to content

Commit

Permalink
Merge a4f0e0c into 288406a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 24, 2020
2 parents 288406a + a4f0e0c commit b80d461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -25,7 +25,7 @@ gem 'sdoc', '~> 1.1.0', group: :doc

gem 'typhoeus', '~> 1.4.0' # HTTP request client

gem 'devise', '~> 4.7.1' # Authentication
gem 'devise', '~> 4.7.2' # Authentication

gem 'sidekiq', '~> 6.0.7' # Background job processing queue
gem 'sinatra', :require => nil # Required for sidekiq web UI
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -79,7 +79,7 @@ GEM
crass (1.0.6)
css_parser (1.7.1)
addressable
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
ffi (~> 1.0)
rdoc (6.2.1)
redis (4.1.3)
responders (3.0.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
roadie (4.0.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ DEPENDENCIES
awesome_print
byebug
coveralls
devise (~> 4.7.1)
devise (~> 4.7.2)
dotenv-rails
guard
guard-rspec
Expand Down

0 comments on commit b80d461

Please sign in to comment.