Initial implementation
This commit is contained in:
31
Gemfile.lock
Normal file
31
Gemfile.lock
Normal file
@@ -0,0 +1,31 @@
|
||||
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)
|
||||
i18n (0.6.1)
|
||||
multi_json (1.7.7)
|
||||
mysql2 (0.3.11)
|
||||
serialport (1.1.0)
|
||||
state_pattern (2.0.1)
|
||||
tzinfo (0.3.37)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (= 3.2.13)
|
||||
mysql2
|
||||
serialport
|
||||
state_pattern
|
||||
Reference in New Issue
Block a user