mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of github.com:kyledrake/neocities-web
This commit is contained in:
commit
1c5a9f50ee
2 changed files with 2 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gem 'sinatra'
|
|||
gem 'redis'
|
||||
gem 'sequel'
|
||||
gem 'slim'
|
||||
gem 'bcrypt-ruby', require: 'bcrypt'
|
||||
gem 'bcrypt'
|
||||
gem 'sinatra-flash', require: 'sinatra/flash'
|
||||
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
||||
gem 'puma', require: nil
|
||||
|
|
|
@ -5,8 +5,6 @@ GEM
|
|||
ago (0.1.5)
|
||||
ansi (1.4.3)
|
||||
bcrypt (3.1.7)
|
||||
bcrypt-ruby (3.1.5)
|
||||
bcrypt (>= 3.1.3)
|
||||
builder (3.2.2)
|
||||
celluloid (0.15.2)
|
||||
timers (~> 1.1.0)
|
||||
|
@ -137,7 +135,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
ago
|
||||
bcrypt-ruby
|
||||
bcrypt
|
||||
fabrication
|
||||
faker
|
||||
hiredis
|
||||
|
|
Loading…
Add table
Reference in a new issue