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 'russian'
|
||||||
gem 'highline', '~> 1.6.20'
|
gem 'highline', '~> 1.6.20'
|
||||||
gem 'state_machine'
|
gem 'state_machine'
|
||||||
|
gem 'state_machines-activerecord'
|
||||||
gem 'redis-rails'
|
gem 'redis-rails'
|
||||||
|
|
||||||
gem 'grack', git: 'git://github.com/rosa-abf/grack.git', require: 'git_http'
|
gem 'grack', git: 'git://github.com/rosa-abf/grack.git', require: 'git_http'
|
||||||
|
|
|
@ -514,6 +514,7 @@ GEM
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sqlite3 (1.3.10)
|
sqlite3 (1.3.10)
|
||||||
state_machine (1.2.0)
|
state_machine (1.2.0)
|
||||||
|
state_machines-activerecord (0.0.0)
|
||||||
stringex (2.5.2)
|
stringex (2.5.2)
|
||||||
temple (0.7.5)
|
temple (0.7.5)
|
||||||
test_after_commit (0.4.0)
|
test_after_commit (0.4.0)
|
||||||
|
@ -657,6 +658,7 @@ DEPENDENCIES
|
||||||
soundmanager-rails
|
soundmanager-rails
|
||||||
sprockets
|
sprockets
|
||||||
state_machine
|
state_machine
|
||||||
|
state_machines-activerecord
|
||||||
test_after_commit
|
test_after_commit
|
||||||
therubyracer
|
therubyracer
|
||||||
therubyrhino
|
therubyrhino
|
||||||
|
|
Loading…
Reference in New Issue