-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
executable file
·72 lines (70 loc) · 1.6 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.16)
actionpack (= 2.3.16)
actionpack (2.3.16)
activesupport (= 2.3.16)
rack (~> 1.1.0)
activerecord (2.3.16)
activesupport (= 2.3.16)
activerecord-postgresql-adapter (0.0.1)
pg
activeresource (2.3.16)
activesupport (= 2.3.16)
activesupport (2.3.16)
declarative_authorization (0.5.1)
diff-lcs (1.1.3)
hoe (3.5.0)
rake (>= 0.8, < 11.0)
i18n (0.4.2)
mime-types (1.19)
pg (0.14.1)
pg (0.14.1-x86-mingw32)
rack (1.1.5)
rails (2.3.16)
actionmailer (= 2.3.16)
actionpack (= 2.3.16)
activerecord (= 2.3.16)
activeresource (= 2.3.16)
activesupport (= 2.3.16)
rake (>= 0.8.3)
rake (0.8.7)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
searchlogic (2.4.27)
activerecord (>= 2.0.0)
sequel (3.20.0)
sinatra (1.0)
rack (>= 1.0)
sqlite3 (1.3.7)
sqlite3 (1.3.7-x86-mingw32)
taps (0.3.24)
rack (>= 1.0.1)
rest-client (>= 1.4.0, < 1.7.0)
sequel (~> 3.20.0)
sinatra (~> 1.0.0)
test-unit (1.2.3)
hoe (>= 1.5.1)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
activerecord-postgresql-adapter
declarative_authorization (= 0.5.1)
i18n (= 0.4.2)
rails (= 2.3.16)
rake (= 0.8.7)
rspec
searchlogic (= 2.4.27)
sqlite3
taps
test-unit (= 1.2.3)