-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathrails42.gemfile.lock
More file actions
140 lines (137 loc) · 3.06 KB
/
rails42.gemfile.lock
File metadata and controls
140 lines (137 loc) · 3.06 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
128
129
130
131
132
133
134
135
136
137
138
139
140
PATH
remote: ../
specs:
rubycas-server (1.1.3.pre)
activerecord (>= 2.3.12, < 5.0)
activesupport (>= 2.3.12, < 5.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (4.2.1)
activesupport (= 4.2.1)
builder (~> 3.1)
activerecord (4.2.1)
activemodel (= 4.2.1)
activesupport (= 4.2.1)
arel (~> 6.0)
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.1)
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
appraisal (0.4.1)
bundler
rake
arel (6.0.0)
builder (3.2.2)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
celluloid (0.16.0)
timers (~> 4.0.0)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crypt-isaac (0.9.1)
diff-lcs (1.2.5)
ffi (1.9.8)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-rspec (2.0.0)
guard (>= 1.1)
rspec (~> 2.11)
hitimes (1.2.2)
i18n (0.7.0)
json (1.8.2)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mime-types (2.5)
mini_portile (0.6.2)
minitest (5.6.1)
multi_json (1.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
r18n-core (1.1.11)
rack (1.6.1)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
rake (0.8.7)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.3)
rubyzip (1.1.7)
safe_yaml (1.0.4)
selenium-webdriver (2.45.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-r18n (1.1.11)
r18n-core (= 1.1.11)
sinatra (>= 1.3)
sqlite3 (1.3.10)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
timers (4.0.1)
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
websocket (1.2.2)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.2.0)
activeresource (~> 4.0.0)
activesupport (~> 4.2.0)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
guard (~> 1.4.0)
guard-rspec (= 2.0.0)
nokogiri (~> 1.3)
rack-test
rake (= 0.8.7)
rb-fsevent (~> 0.9.2)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
webmock (~> 1.8)