lib/generators/tmatt_cms/templates/gemfile/Gemfile in tmatt_cms-0.1.1 vs lib/generators/tmatt_cms/templates/gemfile/Gemfile in tmatt_cms-0.1.2

- old
+ new

@@ -31,15 +31,14 @@ gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 4.0.0' -gem "stringex" +gem 'stringex' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', platforms: :ruby -gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS gem 'bootstrap-sass', '~> 3.0.3.0' # Use jquery as the JavaScript library gem 'jquery-rails' gem 'jquery-ui-rails' @@ -65,17 +64,17 @@ # App API gem 'grape' gem 'grape-rabl' -gem "hashie-forbidden_attributes" +gem 'hashie-forbidden_attributes' group :development, :test do # gem 'rspec' gem 'rspec-rails', '~> 3.0' gem 'simplecov' - gem "factory_girl_rails", "~> 4.0" + gem 'factory_girl_rails', '~> 4.0' end gem 'ckeditor' # keep track of views count @@ -105,13 +104,13 @@ group :development do gem 'spring' gem 'rvm-capistrano' gem 'capistrano', '2.15.5' gem 'capistrano-ext' - gem "capistrano-db-tasks", require: false, github: 'gkopylov/capistrano-db-tasks', ref: 'f3949cd' + gem 'capistrano-db-tasks', require: false, github: 'gkopylov/capistrano-db-tasks', ref: 'f3949cd' gem 'quiet_assets' - gem "better_errors" - gem "binding_of_caller" + gem 'better_errors' + gem 'binding_of_caller' gem 'pixelforce_cms', '~> 2.4' gem 'tmatt_cms' end # Use debugger \ No newline at end of file