Skip to content

Commit

Permalink
TB-20 rails migrated 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed May 9, 2014
1 parent 11ddb76 commit f7a65f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.0.3'
gem 'rails', '~> 4.1.1'
gem 'pg', '~> 0.16.0'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
Expand All @@ -27,17 +27,18 @@ gem 'rack-timeout', '~> 0.0.4'
gem 'annotate', '>=2.5.0'
gem 'recipient_interceptor', '~> 0.1.2'
gem 'rails-i18n', '~> 4.0.1'
gem 'ransack'
gem 'ransack', '~> 1.2.3'
gem 'capistrano', '~> 2.15.5'
gem 'capistrano-ext', '~> 1.2.1'
gem 'unicorn', '~> 4.8.2'
gem 'recipes_matic', '~> 1.0.0'
gem 'aws-sdk', '~> 1.29.0'
gem 'polyamorous', '~> 1.0.0'

# gem 'rails-observers'
gem 'rails_best_practices', '~> 1.15.1'

gem 'hierapolis-rails', '~> 1.0.0'
gem 'hierapolis-rails', '~> 1.0.2'
gem 'breadcrumbs_on_rails', '~> 2.3.0'
gem 'blankable', '~> 0.2.0'

Expand All @@ -56,4 +57,5 @@ group :development, :test do
gem 'shoulda-context', '~> 1.1.5'
gem 'factory_girl_rails', '~> 4.0'
gem 'bullet'
require 'minitest'
end

0 comments on commit f7a65f8

Please sign in to comment.