OSDN Git Service

タイムゾーンまわりが安定してテストに通るよう修正
[elecoma/elecoma.git] / Gemfile
1 source 'https://rubygems.org'
2 source 'http://gems.github.com'
3
4 gem 'rails', '2.3.17'
5 gem "tzinfo", "~> 0.3.31" 
6
7 # Supported DBs
8 gem "pg", :group => :postgresql
9 gem "activerecord-mysql2-adapter", :group => :mysql
10
11 gem 'rake', '~> 10.0'
12 gem 'test-unit', '1.2.3'
13 gem 'rmagick', '2.13.2'
14 gem 'gettext', '2.1.0'
15 gem 'gruff', '0.3.6'
16 gem 'webmock', '1.3.4'
17 gem 'thoughtbot-factory_girl', '1.2.2'
18 gem 'json'
19 gem 'daemons'
20 gem 'moji'
21 gem 'thinreports'
22
23 gem 'acts_as_list', :git => 'git://github.com/swanandp/acts_as_list.git', :ref => '819c37df1a5cacb5990a5c2cb923531e570203f'
24 gem 'acts_as_tree', '0.1.1'
25 gem 'ar_fixtures'
26 gem 'jpmobile', '0.0.8'
27 gem 'resource_controller'
28 gem 'will_paginate', '~> 2.3'
29
30 # 下記URLから取得したgemを展開して同梱したものからインストール
31 # http://www.artonx.org/data/lhalib/lhalib-0.8.1.gem
32 gem 'lhalib', '0.8.1', :path => 'vendor/gems/lhalib-0.8.1'
33
34 # bundlerからのインストールがサポートされないのでプラグインとして同梱する
35 #gem 'ssl_requirement'
36 #gem 'rails-active-form', :git => 'git://github.com/realityforge/rails-active-form.git'
37 #gem 'acts_as_paranoid', :git => 'git://github.com/technoweenie/acts_as_paranoid.git'
38 #gem 'mbmail', :git => 'git://github.com/tmtysk/mbmail.git'
39 #gem 'double_submit_protection', :git => 'git://github.com/herval/double_submit_protection.git'
40 #gem 'image_submit_tag_ext', :git => 'git://github.com/champierre/image_submit_tag_ext.git'
41
42 group :development do
43   gem 'pry'
44   gem 'pry-doc'
45   gem 'debugger', :require => 'ruby-debug'
46 end
47
48 group :test do
49   gem 'rspec-rails', '1.2.9'
50   gem 'rspec', '1.2.9'
51 end