Skip to content

Commit

Permalink
add ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair Anderson committed Mar 10, 2015
1 parent ffd9700 commit 02b97b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ruby '2.1.5'
source 'https://rubygems.org'


gem 'active_model_serializers'
# gem 'active_api', github: 'blairanderson/active_api'

Expand All @@ -13,6 +15,9 @@ gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'validate_url'

group :production do
gem 'rails_12factor'
end

group :development, :test do

Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1)
loofah (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.3)
railties (4.2.0)
actionpack (= 4.2.0)
activesupport (= 4.2.0)
Expand Down Expand Up @@ -212,6 +217,7 @@ DEPENDENCIES
jquery-rails
pg
rails (= 4.2.0)
rails_12factor
rspec-rails (~> 3.0)
rspec_api_documentation
sass-rails (~> 5.0)
Expand Down

0 comments on commit 02b97b6

Please sign in to comment.