2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Most required gems.

--HG--
extra : rebase_source : 2fcffddf311221167afe52ccd16f522cc75555c4
This commit is contained in:
Edho Arief 2012-03-04 08:25:47 +00:00
parent 4b867c5768
commit fc85eea2dc
2 changed files with 70 additions and 0 deletions

13
Gemfile Normal file
View File

@ -0,0 +1,13 @@
source 'http://rubygems.org'
gem 'rails', '=2.2.2'
gem 'pg'
gem 'html5'
gem 'diff-lcs'
gem 'gchartrb'
gem 'json', '= 1.5.0'
gem 'multi_json'
gem 'hpricot'
gem 'memcache-client'
gem 'mime-types'
gem 'unicorn'

57
Gemfile.lock Normal file
View File

@ -0,0 +1,57 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.2.2)
actionpack (= 2.2.2)
actionpack (2.2.2)
activesupport (= 2.2.2)
activerecord (2.2.2)
activesupport (= 2.2.2)
activeresource (2.2.2)
activesupport (= 2.2.2)
activesupport (2.2.2)
chardet (0.9.0)
diff-lcs (1.1.3)
gchartrb (0.8)
hoe (2.15.0)
rake (~> 0.8)
hpricot (0.8.6)
html5 (0.10.0)
chardet (>= 0.9.0)
hoe (>= 1.2.0)
json (1.5.0)
kgio (2.7.2)
memcache-client (1.8.5)
mime-types (1.17.2)
multi_json (1.1.0)
pg (0.13.2)
rack (1.4.1)
rails (2.2.2)
actionmailer (= 2.2.2)
actionpack (= 2.2.2)
activerecord (= 2.2.2)
activeresource (= 2.2.2)
activesupport (= 2.2.2)
rake (>= 0.8.3)
raindrops (0.8.0)
rake (0.9.2.2)
unicorn (4.2.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
PLATFORMS
ruby
DEPENDENCIES
diff-lcs
gchartrb
hpricot
html5
json (= 1.5.0)
memcache-client
mime-types
multi_json
pg
rails (= 2.2.2)
unicorn