Include FasterCSV on Ruby 1.8
This commit is contained in:
parent
12c6ba4b14
commit
ecbd87b758
4
Gemfile
4
Gemfile
|
@ -13,6 +13,10 @@ platforms :jruby do
|
||||||
gem 'therubyrhino'
|
gem 'therubyrhino'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
platforms :ruby_18 do
|
||||||
|
gem 'fastercsv'
|
||||||
|
end
|
||||||
|
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/sferik/rails_admin.git
|
remote: git://github.com/sferik/rails_admin.git
|
||||||
revision: 8256083a05491255d3a010c1af9a79f55b003bff
|
revision: 440213ac172fe5cfb7162f8c17633a7d7b2b68e5
|
||||||
specs:
|
specs:
|
||||||
rails_admin (0.0.1)
|
rails_admin (0.0.1)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
|
@ -54,6 +54,7 @@ GEM
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.2.4)
|
execjs (1.2.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
fastercsv (1.5.4)
|
||||||
geokit (1.6.0)
|
geokit (1.6.0)
|
||||||
haml (3.2.0.alpha.8)
|
haml (3.2.0.alpha.8)
|
||||||
hike (1.2.0)
|
hike (1.2.0)
|
||||||
|
@ -130,6 +131,7 @@ DEPENDENCIES
|
||||||
ZenTest
|
ZenTest
|
||||||
arel (= 2.1.4)
|
arel (= 2.1.4)
|
||||||
devise
|
devise
|
||||||
|
fastercsv
|
||||||
geokit
|
geokit
|
||||||
haml (~> 3.2.0.alpha)
|
haml (~> 3.2.0.alpha)
|
||||||
jruby-openssl
|
jruby-openssl
|
||||||
|
|
Loading…
Reference in New Issue