Permalink
Browse files
Use secure git repos in gemfile
- Loading branch information...
Showing
with
4 additions
and
4 deletions.
-
+2
−2
Gemfile
-
+2
−2
Gemfile.lock
|
|
@@ -2,13 +2,13 @@ source 'https://rubygems.org' |
|
|
ruby '2.2.4'
|
|
|
|
|
|
gem 'sinatra', require: 'sinatra/base'
|
|
|
-gem 'sinatra-contrib', github: 'maccman/sinatra-contrib'
|
|
|
+gem 'sinatra-contrib', git: 'https://github.com/maccman/sinatra-contrib'
|
|
|
gem 'sinatra-initializers'
|
|
|
gem 'activesupport', require: false
|
|
|
gem 'rack-standards'
|
|
|
gem 'rack-contrib'
|
|
|
# Using fork of Puma with a raised URI length limit. Puma's limit is 2048 chars. This forks limit is 10240.
|
|
|
-gem 'puma', github: 'producthunt/puma'
|
|
|
+gem 'puma', git: 'https://github.com/producthunt/puma'
|
|
|
gem 'erubis'
|
|
|
gem 'i18n'
|
|
|
gem 'rake'
|
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
GIT
|
|
|
- remote: git://github.com/maccman/sinatra-contrib.git
|
|
|
+ remote: https://github.com/maccman/sinatra-contrib
|
|
|
revision: 3dde2819a31791a9124d916c4449df0741af45f9
|
|
|
specs:
|
|
|
sinatra-contrib (1.4.1)
|
|
|
@@ -10,7 +10,7 @@ GIT |
|
|
tilt (~> 1.3)
|
|
|
|
|
|
GIT
|
|
|
- remote: git://github.com/producthunt/puma.git
|
|
|
+ remote: https://github.com/producthunt/puma
|
|
|
revision: 9ad1b20dee95e93ff33924a8255042247ad29d14
|
|
|
specs:
|
|
|
puma (2.15.3)
|
|
|
|
0 comments on commit
d829e53