This commit is contained in:
parent
536a0fb168
commit
059d789a7a
|
|
@ -20,3 +20,4 @@
|
|||
# Ignore Byebug command history file.
|
||||
.byebug_history
|
||||
Gemfile.lock
|
||||
Gemfile.lock
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -39,7 +39,10 @@ GEM
|
|||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
arel (7.1.2)
|
||||
bcrypt (3.1.11-x64-mingw32)
|
||||
bcrypt (3.1.11-x86-mingw32)
|
||||
bootstrap3-datetimepicker-rails (4.14.30)
|
||||
momentjs-rails (>= 2.8.1)
|
||||
builder (3.2.2)
|
||||
coffee-rails (4.2.1)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
|
@ -78,9 +81,15 @@ GEM
|
|||
mime-types-data (3.2016.0521)
|
||||
mini_portile2 (2.1.0)
|
||||
minitest (5.9.1)
|
||||
momentjs-rails (2.15.1)
|
||||
railties (>= 3.1)
|
||||
multi_json (1.12.1)
|
||||
mysql2 (0.4.4-x64-mingw32)
|
||||
mysql2 (0.4.4-x86-mingw32)
|
||||
nio4r (1.2.1)
|
||||
nokogiri (1.6.8-x64-mingw32)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
pkg-config (~> 1.1.7)
|
||||
nokogiri (1.6.8-x86-mingw32)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
pkg-config (~> 1.1.7)
|
||||
|
|
@ -152,17 +161,21 @@ GEM
|
|||
websocket-driver (0.6.4)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.2)
|
||||
wicked_pdf (1.1.0)
|
||||
|
||||
PLATFORMS
|
||||
x64-mingw32
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
bootstrap3-datetimepicker-rails (~> 4.14.30)
|
||||
byebug
|
||||
coffee-rails (~> 4.2)
|
||||
coffee-script-source (= 1.8.0)
|
||||
devise
|
||||
jbuilder (~> 2.5)
|
||||
jquery-rails
|
||||
momentjs-rails (>= 2.9.0)
|
||||
mysql2
|
||||
puma (~> 3.0)
|
||||
rails (~> 5.0.0, >= 5.0.0.1)
|
||||
|
|
@ -171,6 +184,7 @@ DEPENDENCIES
|
|||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
web-console
|
||||
wicked_pdf
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.1
|
||||
1.13.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue