Commit fede8f3cbcd011aba08a466b389b9f0dd4358622

Authored by Fernando Brito
1 parent 2c08c023
Exists in master and in 2 other branches v2, wikilibras

rails_apps_composer: Gemfile

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
@@ -2,9 +2,9 @@ source 'https://rubygems.org' @@ -2,9 +2,9 @@ source 'https://rubygems.org'
2 2
3 3
4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' 4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  5 +ruby '2.1.1'
5 gem 'rails', '4.1.1' 6 gem 'rails', '4.1.1'
6 # Use sqlite3 as the database for Active Record 7 # Use sqlite3 as the database for Active Record
7 -gem 'sqlite3'  
8 # Use SCSS for stylesheets 8 # Use SCSS for stylesheets
9 gem 'sass-rails', '~> 4.0.3' 9 gem 'sass-rails', '~> 4.0.3'
10 # Use Uglifier as compressor for JavaScript assets 10 # Use Uglifier as compressor for JavaScript assets
README 0 → 100644
@@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
  1 +RECIPES
  2 +["controllers", "core", "deployment", "email", "extras", "frontend", "gems", "git", "init", "learn_rails", "models", "prelaunch", "rails_bootstrap", "rails_devise", "rails_devise_pundit", "rails_foundation", "rails_omniauth", "rails_signup_download", "railsapps", "readme", "routes", "saas", "setup", "testing", "tests4", "views"]
  3 +PREFERENCES
  4 +{:git=>true, :apps4=>"none", :dev_webserver=>"webrick", :prod_webserver=>"thin", :database=>"mysql", :templates=>"haml", :tests=>"rspec", :continuous_testing=>"guard", :frontend=>"bootstrap3", :email=>"gmail", :authentication=>"devise", :devise_modules=>"default", :authorization=>"none", :form_builder=>"simple_form", :starter_app=>"none"}
0 \ No newline at end of file 5 \ No newline at end of file