Skip to content

Commit

Permalink
Add RailsConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sabin committed Nov 22, 2014
1 parent 7416d99 commit 2b16a7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'sass-rails', '~> 4.0.3'
gem 'jquery-rails'
gem 'turbolinks'
gem 'rails_config'

group :development, :test do
gem 'pry'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.8)
sprockets-rails (~> 2.0)
rails_config (0.4.2)
activesupport (>= 3.0)
railties (4.1.8)
actionpack (= 4.1.8)
activesupport (= 4.1.8)
Expand Down Expand Up @@ -111,6 +113,7 @@ DEPENDENCIES
pg
pry
rails (= 4.1.8)
rails_config
sass-rails (~> 4.0.3)
spring
turbolinks
Expand Down
Empty file added config/settings.yml
Empty file.

0 comments on commit 2b16a7c

Please sign in to comment.