added state_machines-activerecord gem
This commit is contained in:
parent
3eeb75b554
commit
7f285fce5c
1
Gemfile
1
Gemfile
|
@ -27,6 +27,7 @@ gem 'perform_later', git: 'git://github.com/KensoDev/perform_later.git' # should
|
|||
gem 'russian'
|
||||
gem 'highline', '~> 1.6.20'
|
||||
gem 'state_machine'
|
||||
gem 'state_machines-activerecord'
|
||||
gem 'redis-rails'
|
||||
|
||||
gem 'grack', git: 'git://github.com/rosa-abf/grack.git', require: 'git_http'
|
||||
|
|
|
@ -514,6 +514,7 @@ GEM
|
|||
sprockets (>= 2.8, < 4.0)
|
||||
sqlite3 (1.3.10)
|
||||
state_machine (1.2.0)
|
||||
state_machines-activerecord (0.0.0)
|
||||
stringex (2.5.2)
|
||||
temple (0.7.5)
|
||||
test_after_commit (0.4.0)
|
||||
|
@ -657,6 +658,7 @@ DEPENDENCIES
|
|||
soundmanager-rails
|
||||
sprockets
|
||||
state_machine
|
||||
state_machines-activerecord
|
||||
test_after_commit
|
||||
therubyracer
|
||||
therubyrhino
|
||||
|
|
Loading…
Reference in New Issue