Skip to content

Commit

Permalink
Update ruby and rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Akbudak committed Aug 26, 2015
1 parent 1a46fc8 commit 8d94293
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions templates/cybele_Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.2.3'
gem 'rails', '~> 4.2.4'
gem 'pg', '~> 0.18.2'
gem 'rails_config', '~> 0.4.2'
gem 'devise', '~> 3.4.1'
Expand All @@ -13,18 +13,20 @@ gem 'recipient_interceptor', '~> 0.1.2'
gem 'rails-i18n', '~> 4.0.4'
gem 'ransack', '~> 1.6.6'
gem 'polyamorous', '~> 1.2.0'

# Deployment gems
gem 'capistrano', '~> 3.4.0'
gem 'unicorn', '~> 4.9.0'
group :development do
gem 'capistrano-rails', '~> 1.1', require: false
gem 'capistrano-bundler', '~> 1.1', require: false
gem 'sshkit-sudo', require: false
gem 'capistrano-maintenance', '~> 1.0', require: false
gem 'recipes_matic', git: 'https://github.com/lab2023/recipes_matic.git', branch: 'feature/upgrade'
gem 'recipes_matic', '~> 1.2.1'
end
gem 'unicorn', '~> 4.9.0'

gem 'exception_notification', '~> 4.1.1'
gem 'responders', '~> 2.1.0'

gem 'will_paginate', '~> 3.0.4'
gem 'will_paginate-bootstrap', '~> 0.2.3'
gem 'will-paginate-i18n', '~> 0.1.13'
Expand All @@ -37,10 +39,9 @@ gem 'jquery-rails', '~> 4.0.4'
gem 'turbolinks', '~> 2.5.3'
gem 'haml', '~> 4.0.2'
gem 'haml-rails', '0.9.0'
gem 'hierapolis-rails', git: 'https://github.com/lab2023/hierapolis-rails.git', branch: 'feature/improvement'
gem 'breadcrumbs_on_rails', '~> 2.3.1'
gem 'blankable', '~> 0.2.0'

gem 'hierapolis-rails', '~> 1.1.3'
gem 'sass-rails', '~> 5.0.3'
gem 'compass-rails', '~> 2.0.5'
gem 'bootstrap-sass', '~> 3.3.4'
Expand Down
2 changes: 1 addition & 1 deletion templates/ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3

0 comments on commit 8d94293

Please sign in to comment.