forked from pluginaweek/state_machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactive_record_3.1.1.gemfile.lock
51 lines (48 loc) · 1.07 KB
/
active_record_3.1.1.gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PATH
remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
specs:
state_machine (1.2.0)
GEM
remote: http://www.rubygems.org/
specs:
activemodel (3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activerecord-jdbc-adapter (1.2.7)
activerecord-jdbcsqlite3-adapter (1.2.7)
activerecord-jdbc-adapter (~> 1.2.7)
jdbc-sqlite3 (~> 3.7.2)
activesupport (3.1.1)
multi_json (~> 1.0)
appraisal (0.5.1)
bundler
rake
arel (2.2.3)
builder (3.0.4)
i18n (0.6.1)
jdbc-sqlite3 (3.7.2.1)
multi_json (1.6.1)
rake (10.0.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.6)
tzinfo (0.3.35)
PLATFORMS
java
ruby
DEPENDENCIES
activerecord (= 3.1.1)
activerecord-jdbcsqlite3-adapter (= 1.2.7)
appraisal (~> 0.5.0)
rake
simplecov
sqlite3 (= 1.3.6)
state_machine!