Skip to content

Commit

Permalink
Bandaids
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Feb 8, 2016
1 parent ecb410b commit ce9c3c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails'

gem 'sqlite3', :group => [:test, :development]
gem 'mysql2', :group => [:production, :staging]
# gem 'mysql2', :group => [:production, :staging]
#gem 'mongoid'

gem 'jquery-rails'
Expand All @@ -27,7 +27,7 @@ gem 'omniauth-google-oauth2'
gem 'nokogiri'

group :development do
gem 'capistrano', '~> 2.15.5'
gem 'capistrano', '~> 2.14.1'
gem 'rvm-capistrano'
gem 'thin'
end
Expand Down
30 changes: 19 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GEM
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
libv8 (3.11.8.12)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
Expand Down Expand Up @@ -82,7 +83,6 @@ GEM
less-rails (2.2.6)
actionpack (>= 3.1)
less (~> 2.2.0)
libv8 (3.11.8.12)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -92,15 +92,13 @@ GEM
mime-types (1.21)
multi_json (1.6.0)
multipart-post (1.1.5)
mysql2 (0.3.11)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.5)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.5.6)
oauth (0.4.7)
oauth-plugin (0.4.1)
multi_json
Expand All @@ -113,12 +111,21 @@ GEM
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
ref (1.0.2)
therubyracer (0.11.3)
ref
omniauth (1.1.1)
hashie (~> 1.2)
rack
omniauth-google-oauth2 (0.2.6)
omniauth (> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
Expand Down Expand Up @@ -153,10 +160,10 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
nokogiri (1.5.6)
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
ref (1.0.2)
ruby-openid (2.2.3)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
Expand All @@ -171,8 +178,6 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
therubyracer (0.11.3)
ref
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -203,30 +208,33 @@ PLATFORMS

DEPENDENCIES
ambry
capistrano
capistrano (~> 2.14.1)
coffee-rails (~> 3.2.1)
devise
nokogiri
factory_girl_rails
gravatar_image_tag
jquery-rails
json
less-rails
libv8
merit
mysql2
nokogiri
oauth-plugin (~> 0.4.0)
omniauth
omniauth-google-oauth2
omniauth-oauth
omniauth-openid
libv8
therubyracer
piwik_analytics (~> 1.0.1)
rails
rvm-capistrano
sass-rails (~> 3.2.3)
sqlite3
therubyracer
thin
tokenifier (~> 0.1)
turbo-sprockets-rails3
twitter-bootstrap-rails
uglifier (>= 1.0.3)

BUNDLED WITH
1.10.6

0 comments on commit ce9c3c2

Please sign in to comment.