Skip to content

Commit edf1dcb

Browse files
committed
Merge commit '31b0951a99bda539f9ca3fca6d1343e93c9adfce' into develop
* commit '31b0951a99bda539f9ca3fca6d1343e93c9adfce': fix: Gemfile to reduce vulnerabilities
2 parents c1babb6 + 31b0951 commit edf1dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '2.6.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.0.3', '>= 6.0.3.1'
7+
gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server

0 commit comments

Comments
 (0)