Skip to content

Commit bccbe70

Browse files
authored
Merge branch 'master' into dependabot/add-v2-config-file
2 parents ca4a0e9 + 1b1c155 commit bccbe70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :development, :test do
4848
end
4949

5050
group :development do
51-
gem 'listen', '~> 3.2.1'
51+
gem 'listen', '~> 3.5.1'
5252
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
5353
gem 'web-console', '>= 3.3.0'
5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
actionmailer (>= 3.2)
133133
letter_opener (~> 1.0)
134134
railties (>= 3.2)
135-
listen (3.2.1)
135+
listen (3.5.1)
136136
rb-fsevent (~> 0.10, >= 0.10.3)
137137
rb-inotify (~> 0.9, >= 0.9.10)
138138
loofah (2.9.1)
@@ -297,7 +297,7 @@ DEPENDENCIES
297297
jquery-rails
298298
kaminari
299299
letter_opener_web
300-
listen (~> 3.2.1)
300+
listen (~> 3.5.1)
301301
pg (= 1.2.3)
302302
pry-byebug
303303
puma (~> 4.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react-dom": "^16.9.12",
5656
"@types/react-router": "^4.4.5",
5757
"@types/react-router-dom": "^5.1.7",
58-
"husky": "^4.3.8",
58+
"husky": "^6.0.0",
5959
"lint-staged": "^11.0.0",
6060
"prettier": "^2.2.1",
6161
"ts-loader": "^8.2.0",

0 commit comments

Comments
 (0)