This website requires JavaScript.
Explore
Help
Sign In
dice
/
impress
Watch
1
Star
0
Fork
You've already forked impress
0
forked from
OpenNeo/impress
Code
Pull requests
Activity
5001a50a60
impress
/
deploy
/
files
/
initial-placeholder
/
Gemfile
2 lines
62 B
Ruby
Raw
Normal View
History
Unescape
Escape
Update most URLs to use HTTPS I noticed we didn't have the little lock icon in the browser, and yeah huh there's a lot of `http://` still floating around! Let's fix that!
2023-10-25 15:16:46 -07:00
source
'https://rubygems.org'
Upgrade puma in the initial-placeholder app, to satisfy Dependabot So, Dependabot correctly reported that this version of puma is vulernable, which I fixed in the main app already—but I didn't notice we also use that version in this cute tiny placeholder app we use early in the deployment process. There's not a real security need to upgrade this, as this placeholder app has no access to useful data when it is run, but I think it's better to resolve this by fixing it than by silencing Dependabot! May as well!
2023-10-26 14:48:21 -07:00
gem
'puma'
,
'~> 6.3'
,
'>= 6.3.1'
Copy permalink