Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Aug 26, 2021
2 parents f0ae17f + 62df7a9 commit 8b3f1df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.6'
gem 'listen', '>= 3.0.5', '< 3.8'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.15.1)
ffi (1.15.3)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
globalid (0.5.2)
Expand Down Expand Up @@ -259,8 +259,13 @@ DEPENDENCIES
friendly_id
htmlentities
jbuilder (~> 2.11)
<<<<<<< HEAD
libv8 (~> 7.3, >= 7.3.492.27.0)
listen (>= 3.0.5, < 3.6)
=======
libv8 (~> 8.4)
listen (>= 3.0.5, < 3.8)
>>>>>>> 62df7a9bf92234e3be97b8472d830161d4f2ca60
mini_magick (>= 4.9.4)
mysql2 (~> 0.5.3)
puma (~> 5.4)
Expand Down

0 comments on commit 8b3f1df

Please sign in to comment.