Skip to content

Commit

Permalink
Adds highline gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieugagne committed Mar 17, 2014
1 parent e95f6b3 commit 4d35835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PATH
devise
draper
fog (> 1.12)
highline
jquery-fileupload-rails
jquery-rails
jquery-ui-rails
Expand Down
1 change: 1 addition & 0 deletions georgia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '>= 3.2.6'
s.add_dependency 'highline'
s.add_dependency 'jquery-rails'
s.add_dependency 'jquery-ui-rails'
s.add_dependency 'devise'
Expand Down

0 comments on commit 4d35835

Please sign in to comment.