OSDN Git Service

heroku
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 258ae6d..bb396fe 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,19 +5,16 @@ gem 'devise', '=1.5.2'
 gem 'aws-s3'
 gem 'validates_existence'
 gem "validate_url"
-gem "standard_licenses"
-gem "creative_commons_v30_licenses"
-gem 'pettan_commons_v01_licenses'
-gem 'pettan_protected_v01_licenses'
-gem 'pettan_public_v01_licenses'
-gem 'public_domain_v01_licenses'
-gem 'unknown_v01_licenses'
+gem "pettanr_creative_commons_v30_licenses"
+gem 'pettanr_pettan_commons_v01_licenses'
+gem 'pettanr_pettan_protected_v01_licenses'
+gem 'pettanr_pettan_public_v01_licenses'
+gem 'pettanr_public_domain_v01_licenses'
+gem 'pettanr_unknown_v01_licenses'
 
 # Bundle edge Rails instead:
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
 
-gem 'sqlite3'
-
 
 # Gems used only for assets and not required
 # in production environments by default.
@@ -51,6 +48,7 @@ group :mgk do
 end
 
 group :development, :test do
+  gem 'sqlite3'
   gem 'webrat'
   gem 'rspec'
    gem 'rspec-rails'
@@ -64,5 +62,6 @@ end
 
 group :test do
   gem 'autotest'
+  gem 'webmock'
 end