OSDN Git Service

t30350#:fix destroy
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index ad83b05..da2ec2c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,12 @@ gem 'devise', '=1.5.2'
 gem 'aws-s3'
 gem 'validates_existence'
 gem "validate_url"
+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'
@@ -57,5 +63,6 @@ end
 
 group :test do
   gem 'autotest'
+  gem 'webmock'
 end