Skip to content

Commit

Permalink
Merge pull request #109 from internetee/dependabot/bundler/daemons-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 31, 2021
2 parents 3fb71f9 + 3e5fb47 commit 2b90d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'simpleidn', '~> 0.2.1' # For punycode
# database
gem 'activerecord', '~> 6.1'
gem 'pg', '~> 1.2.3'
gem 'daemons', '~> 1.4.0'
gem 'daemons', '~> 1.4.1'
gem 'dotenv'

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
daemons (1.4.0)
daemons (1.4.1)
docile (1.3.5)
dotenv (2.7.6)
eventmachine (1.2.7)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 6.1)
daemons (~> 1.4.0)
daemons (~> 1.4.1)
dotenv
eventmachine (~> 1.2.7)
mina (~> 1.2.4)
Expand Down

0 comments on commit 2b90d93

Please sign in to comment.