Skip to content

Commit

Permalink
Update Gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wazery committed Apr 17, 2015
1 parent 22a8e6e commit 6f70dfb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.0.0-p0
ruby-2.2.2
40 changes: 20 additions & 20 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem 'rack', '~> 1.5.2'
gem 'rack-test', '~> 0.6.2'
gem 'tilt', '~> 1.3.3'
gem 'activesupport', '~> 3.2.12'
gem 'rack', '~> 1.6.0'
gem 'rack-test', '~> 0.6.3'
gem 'tilt', '~> 2.0.1'
gem 'activesupport', '~> 4.2.1'
gem 'tzinfo'
gem 'i18n'

group :development do
gem 'rake', '~> 10.0.3'
gem 'rdoc', '~> 3.12.1'
gem 'rspec', '~> 2.12.0'
gem 'jeweler', '~> 1.6.4'
gem 'haml', '~> 3.1.7'
gem 'sass', '~> 3.2.5'
gem 'compass', '~> 0.12.2'
gem 'slim', '~> 1.3.6'
gem 'rdiscount', '~> 2.0.7'
gem 'rake', '~> 10.4.2'
gem 'rdoc', '~> 4.2.0'
gem 'rspec', '~> 3.2.0'
gem 'jeweler', '~> 2.0.1'
gem 'haml', '~> 4.0.6'
gem 'sass', '~> 3.4.13'
gem 'compass', '~> 1.0.3'
gem 'slim', '~> 3.0.3'
gem 'rdiscount', '~> 2.1.8'
gem 'RedCloth', '~> 4.2.9'
gem 'erubis', '~> 2.7.0'
gem 'less', '~> 2.2.2'
gem 'radius', '~> 0.7.3'
gem 'coffee-script', '~> 2.2.0'
gem 'less', '~> 2.6.0'
gem 'radius', '~> 0.7.4'
gem 'coffee-script', '~> 2.4.1'
end

group :website do
gem 'serve', :git => 'git://github.com/jlong/serve.git'
gem 'css_parser', '~> 1.2.6'
gem 'maruku', '~> 0.6.1'
gem 'serve', github: 'jlong/serve'
gem 'css_parser', '~> 1.3.6'
gem 'maruku', '~> 0.7.2'
end

0 comments on commit 6f70dfb

Please sign in to comment.