added rails 12
Showing
... | ... | @@ -4,7 +4,7 @@ source 'http://rubygems.org' |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '4.2.5.1' | ||
# Use sqlite3 as the database for Active Record | ||
gem 'sqlite3' | ||
# Use SCSS for stylesheets | ||
gem 'sass-rails', '~> 5.0' | ||
# Use Uglifier as compressor for JavaScript assets | ||
... | ... | @@ -36,12 +36,18 @@ group :development, :test do |
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug' | ||
gem 'sqlite3' | ||
gem 'better_errors' | ||
end | ||
group :development do | ||
# Access an IRB console on exception pages or by using <%= console %> in views | ||
gem 'web-console', '~> 2.0' | ||
gem 'pg' | ||
gem 'rails_12factor' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Please register or sign in to comment