Skip to content

Commit

Permalink
384 Renew Gemfile for Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
id774 committed Dec 26, 2014
1 parent 7f1bff3 commit b4869cd
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Gemfile
@@ -1,33 +1,33 @@
# Version:20140509
# Version:20141226

source "http://rubygems.org"
source "http://gems.github.com"

gem 'json', '~> 1.7.7'
gem 'sqlite3', '~> 1.3.8'
gem 'activesupport', '~> 4.1.1'
gem 'activerecord', '~> 4.1.1'
gem 'hashie', '~> 2.0.5'
gem 'gcalapi', '~> 0.1.2'
gem 'xml-simple', '~> 1.1.3'
gem 'feedbag', '~> 0.9.2'
gem 'nokogiri', '~> 1.5.11'
gem 'sanitize', '~> 2.1.0'
gem 'faraday', '~> 0.8.9'
gem 'twitter', '~> 4.8.1'
gem 'pocket-ruby', '~> 0.0.4'
gem 'weather_hacker', '~> 0.1.7'
gem 'hipchat', '~> 1.0.1'
gem 'fluent-logger', '~> 0.4.7'
gem 'dalli', '~> 2.7.0'
gem 'aws-sdk', '~> 1.33.0'
gem 'json'
gem 'sqlite3'
gem 'activesupport'
gem 'activerecord'
gem 'hashie'
gem 'gcalapi'
gem 'xml-simple'
gem 'feedbag'
gem 'nokogiri'
gem 'sanitize'
gem 'faraday'
gem 'twitter', '~> 4.8'
gem 'pocket-ruby'
gem 'weather_hacker'
gem 'hipchat'
gem 'fluent-logger', '~> 0.4'
gem 'dalli'
gem 'aws-sdk'

group :test do
gem 'rspec', '~> 2.14.1'
gem 'rspec', '~> 2.14'
gem 'rcov', :platforms => :mri_18
gem 'simplecov', '~> 0.8.2'
gem 'simplecov-rcov', '~> 0.2.3'
gem 'koseki-mocksmtpd', '~> 0.0.3'
gem 'simplecov', '~> 0.8'
gem 'simplecov-rcov', '~> 0.2'
gem 'koseki-mocksmtpd', '~> 0.0'
end

group :development do
Expand Down

0 comments on commit b4869cd

Please sign in to comment.