X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Gemfile;h=f654fe9ae48440787506d56a0e825bebde551cea;hb=6a632a043b9cc052780bbe4a7fa8efbc248609ca;hp=da2ec2c4cc80dff8fbc3afa77659c1080f73729e;hpb=0cd579131bd2cc5390baed66b827a5c99d25c27e;p=pettanr%2Fpettanr.git diff --git a/Gemfile b/Gemfile index da2ec2c4..f654fe9a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source 'http://rubygems.org' gem 'rails', '3.1.1' gem 'devise', '=1.5.2' +gem 'rest-client' +gem 'kaminari' gem 'aws-s3' gem 'validates_existence' gem "validate_url" @@ -11,12 +13,13 @@ gem 'pettanr_pettan_protected_v01_licenses' gem 'pettanr_pettan_public_v01_licenses' gem 'pettanr_public_domain_v01_licenses' gem 'pettanr_unknown_v01_licenses' +gem 'circle_speech_balloon' +gem 'plain_speech_balloon' +gem 'square_speech_balloon' # 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. @@ -27,9 +30,10 @@ group :assets do end gem 'jquery-rails' +gem 'jquery-ui-rails' # To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' +gem 'bcrypt-ruby', '~> 3.0.0' # Use unicorn as the web server # gem 'unicorn' @@ -50,8 +54,9 @@ group :mgk do end group :development, :test do + gem 'sqlite3' gem 'webrat' - gem 'rspec' + gem 'rspec', '~> 2.13.0' gem 'rspec-rails' gem 'cucumber' gem 'cucumber-rails'