-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile.lock
More file actions
127 lines (124 loc) · 2.57 KB
/
Gemfile.lock
File metadata and controls
127 lines (124 loc) · 2.57 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
PATH
remote: .
specs:
tracco (0.0.20)
awesome_print
bson_ext
chronic
google_drive
highline
mongoid
rainbow
ruby-trello
thor
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
activesupport (3.2.14)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
awesome_print (1.2.0)
bson (1.9.2)
bson_ext (1.9.2)
bson (~> 1.9.2)
builder (3.0.4)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
chronic (0.10.2)
columnize (0.9.0)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
database_cleaner (1.1.1)
debugger-linecache (1.2.0)
diff-lcs (1.2.4)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
google_drive (0.3.6)
nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
oauth (>= 0.3.6)
oauth2 (>= 0.5.0)
highline (1.6.19)
httpauth (0.2.0)
i18n (0.6.5)
json (1.8.0)
jwt (0.1.8)
multi_json (>= 1.5)
mime-types (1.25)
mini_portile (0.5.1)
mongoid (3.1.5)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.29)
mongoid-rspec (1.9.0)
mongoid (>= 3.0.1)
rake
rspec (>= 2.14)
moped (1.5.1)
multi_json (1.8.0)
multi_xml (0.5.5)
multipart-post (1.2.0)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
oauth (0.4.7)
oauth2 (0.9.2)
faraday (~> 0.8)
httpauth (~> 0.2)
jwt (~> 0.1.4)
multi_json (~> 1.0)
multi_xml (~> 0.5)
rack (~> 1.2)
origin (1.1.0)
rack (1.5.2)
rainbow (1.1.4)
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
ruby-trello (1.0.4)
activemodel
addressable (~> 2.3)
json
oauth (~> 0.4.5)
rest-client (~> 1.6.7)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.6.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.11.0)
tzinfo (0.3.37)
PLATFORMS
ruby
DEPENDENCIES
byebug
coveralls
database_cleaner
factory_girl
mongoid-rspec
rake
rspec
rspec-mocks
tracco!