forked from revskill10/CSV-To-DSpace-XML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
105 lines (103 loc) · 2.17 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
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
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
ansi (1.4.3)
arel (3.0.2)
backports (2.6.4)
builder (3.0.4)
columnize (0.3.6)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
diff-lcs (1.1.3)
eventmachine (0.12.10)
haml (3.1.7)
i18n (0.6.1)
mime-types (1.19)
multi_json (1.5.0)
mysql2 (0.3.11)
nokogiri (1.5.5)
pg (0.14.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rack-timeout (0.0.3)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rr (1.0.4)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-activerecord (1.2.1)
activerecord (~> 3.0)
sinatra (~> 1.0)
sinatra-basic-auth (0.1.0)
sinatra
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
sinatra-redirect-with-flash (0.2.0)
sinatra (>= 1.0.0)
sinatra-reloader (1.0)
sinatra-contrib
tilt (1.3.3)
turn (0.8.2)
ansi (>= 1.2.2)
tzinfo (0.3.35)
PLATFORMS
ruby
DEPENDENCIES
debugger
haml
mysql2
nokogiri
pg
rack
rack-test
rack-timeout
rake
rest-client
rr
rspec
rubyzip
sinatra
sinatra-activerecord
sinatra-basic-auth
sinatra-flash
sinatra-redirect-with-flash
sinatra-reloader
turn (= 0.8.2)