Fix dependencies for production
This commit is contained in:
parent
8f29a17e33
commit
6abf6cbceb
2 changed files with 7 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,6 +6,8 @@ gem 'rake'
|
||||||
gem 'rackup'
|
gem 'rackup'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
gem 'base64', '0.1.1'
|
||||||
|
gem 'forwardable', '1.3.2'
|
||||||
gem 'bcrypt'
|
gem 'bcrypt'
|
||||||
gem 'gettext'
|
gem 'gettext'
|
||||||
gem 'chartkick'
|
gem 'chartkick'
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0, >= 2.0.5)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
base64 (0.2.0)
|
base64 (0.1.1)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
benchmark (0.4.0)
|
benchmark (0.4.0)
|
||||||
bigdecimal (3.1.9)
|
bigdecimal (3.1.9)
|
||||||
|
|
@ -28,7 +28,7 @@ GEM
|
||||||
connection_pool (2.5.0)
|
connection_pool (2.5.0)
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
forwardable (1.3.3)
|
forwardable (1.3.2)
|
||||||
gettext (3.5.1)
|
gettext (3.5.1)
|
||||||
erubi
|
erubi
|
||||||
locale (>= 2.0.5)
|
locale (>= 2.0.5)
|
||||||
|
|
@ -91,8 +91,10 @@ PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
base64 (= 0.1.1)
|
||||||
bcrypt
|
bcrypt
|
||||||
chartkick
|
chartkick
|
||||||
|
forwardable (= 1.3.2)
|
||||||
gettext
|
gettext
|
||||||
puma
|
puma
|
||||||
rackup
|
rackup
|
||||||
|
|
@ -102,4 +104,4 @@ DEPENDENCIES
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.22
|
2.3.15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue