Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Removed hard-coded numbers from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed May 4, 2013
1 parent 8afdf7c commit 0ae68d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '3.2.13'
gem 'pg'
gem 'slim'
gem 'slim', '~> 1.3.8'
gem 'omniauth'
gem 'omniauth-github'
gem 'octokit'
Expand All @@ -13,9 +13,9 @@ gem 'simple_form'
gem 'unicorn'

group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'

gem "therubyracer"
gem 'less-rails'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -212,7 +212,7 @@ PLATFORMS
ruby

DEPENDENCIES
coffee-rails (~> 3.2.1)
coffee-rails
cucumber-rails
database_cleaner
factory_girl_rails
Expand All @@ -226,10 +226,10 @@ DEPENDENCIES
pry
rails (= 3.2.13)
rspec-rails
sass-rails (~> 3.2.3)
sass-rails
simple_form
slim
slim (~> 1.3.8)
therubyracer
twitter-bootstrap-rails
uglifier (>= 1.0.3)
uglifier
unicorn

0 comments on commit 0ae68d9

Please sign in to comment.