comparison Gemfile @ 398:851432f21603

Nope, failing at redesigning.
author nanaya <me@myconan.net>
date Sun, 06 Sep 2015 03:52:52 +0900
parents 2ad092e60975
children 7ed7df852446
comparison
equal deleted inserted replaced
395:26f8c634052c 398:851432f21603
2 2
3 gem "rails", "~> 4.2.0" 3 gem "rails", "~> 4.2.0"
4 gem "jquery-rails" 4 gem "jquery-rails"
5 gem "coffee-rails", "~> 4.1.0" # Rails 4.2 default 5 gem "coffee-rails", "~> 4.1.0" # Rails 4.2 default
6 gem "autoprefixer-rails" 6 gem "autoprefixer-rails"
7 gem "bootstrap-sass"
8
9 source "https://rails-assets.org" do
10 gem "rails-assets-highlightjs"
11 gem "rails-assets-commonmark"
12 end
7 13
8 # Bundle edge Rails instead: 14 # Bundle edge Rails instead:
9 # gem "rails", :git => "git://github.com/rails/rails.git" 15 # gem "rails", :git => "git://github.com/rails/rails.git"
10 16
11 gem "pg", :platforms => :ruby 17 gem "pg", :platforms => :ruby