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