Dockerized
This commit is contained in:
60
Gemfile.lock
60
Gemfile.lock
@@ -1,40 +1,48 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activemodel (3.2.13)
|
||||
activesupport (= 3.2.13)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.13)
|
||||
activemodel (= 3.2.13)
|
||||
activesupport (= 3.2.13)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activesupport (3.2.13)
|
||||
i18n (= 0.6.1)
|
||||
multi_json (~> 1.0)
|
||||
arel (3.0.2)
|
||||
builder (3.0.4)
|
||||
daemons (1.1.9)
|
||||
i18n (0.6.1)
|
||||
mail (2.6.1)
|
||||
mime-types (>= 1.16, < 3)
|
||||
mime-types (2.3)
|
||||
multi_json (1.7.7)
|
||||
mysql2 (0.3.11)
|
||||
rufus-scheduler (2.0.19)
|
||||
tzinfo (>= 0.3.23)
|
||||
serialport (1.1.0)
|
||||
state_pattern (2.0.1)
|
||||
tzinfo (0.3.37)
|
||||
activemodel (5.1.5)
|
||||
activesupport (= 5.1.5)
|
||||
activerecord (5.1.5)
|
||||
activemodel (= 5.1.5)
|
||||
activesupport (= 5.1.5)
|
||||
arel (~> 8.0)
|
||||
activesupport (5.1.5)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
arel (8.0.0)
|
||||
concurrent-ruby (1.0.5)
|
||||
daemons (1.2.6)
|
||||
et-orbi (1.0.9)
|
||||
tzinfo
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
mail (2.7.0)
|
||||
mini_mime (>= 0.1.1)
|
||||
mini_mime (1.0.0)
|
||||
minitest (5.11.3)
|
||||
mysql2 (0.4.10)
|
||||
rufus-scheduler (3.4.2)
|
||||
et-orbi (~> 1.0)
|
||||
serialport (1.3.1)
|
||||
state_pattern (2.0.2)
|
||||
thread_safe (0.3.6)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (= 3.2.13)
|
||||
activerecord
|
||||
daemons
|
||||
mail
|
||||
mysql2
|
||||
rufus-scheduler
|
||||
serialport
|
||||
state_pattern
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.1
|
||||
|
||||
Reference in New Issue
Block a user