lib/softwear/lib.rb in softwear-lib-0.0.6 vs lib/softwear/lib.rb in softwear-lib-0.0.7

- old
+ new

@@ -5,10 +5,11 @@ module Lib def self.common_gems(gemfile) gemfile.instance_eval do gem 'rails', '4.2.1' + gem 'softwear-lib', VERSION gem 'mysql2' gem 'sass-rails' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'bootstrap-sass', '~> 3.2.0' @@ -26,9 +27,10 @@ gem 'paperclip', github: 'thoughtbot/paperclip' gem 'kaminari' gem 'whenever' gem 'dumpsync', git: 'git@github.com:AnnArborTees/dumpsync.git' gem 'bootstrap_form' + gem 'acts_as_warnable', git: 'git@github.com:AnnArborTees/acts_as_warnable.git' group :development do gem 'capistrano', '~> 3.2.0' gem 'capistrano-rvm' gem 'capistrano-rails'