Commit 7852aad29de4eb0882126d3db13a8b159ed9f112
1 parent
84d309f4
Exists in
master
and in
1 other branch
removed heroku gem
Showing
2 changed files
with
0 additions
and
12 deletions
Show diff stats
Gemfile
| @@ -34,7 +34,6 @@ gem 'rack-ssl-enforcer' | @@ -34,7 +34,6 @@ gem 'rack-ssl-enforcer' | ||
| 34 | gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data | 34 | gem 'fabrication', "~> 1.3.0" # Both for tests, and loading demo data |
| 35 | gem 'rails_autolink', '~> 1.0.9' | 35 | gem 'rails_autolink', '~> 1.0.9' |
| 36 | gem 'campy' | 36 | gem 'campy' |
| 37 | -gem 'heroku' | ||
| 38 | 37 | ||
| 39 | platform :ruby do | 38 | platform :ruby do |
| 40 | gem 'mongo', '= 1.3.1' | 39 | gem 'mongo', '= 1.3.1' |
Gemfile.lock
| @@ -68,7 +68,6 @@ GEM | @@ -68,7 +68,6 @@ GEM | ||
| 68 | rspec (~> 2.0) | 68 | rspec (~> 2.0) |
| 69 | erubis (2.7.0) | 69 | erubis (2.7.0) |
| 70 | eventmachine (0.12.10) | 70 | eventmachine (0.12.10) |
| 71 | - excon (0.15.5) | ||
| 72 | execjs (1.4.0) | 71 | execjs (1.4.0) |
| 73 | multi_json (~> 1.0) | 72 | multi_json (~> 1.0) |
| 74 | fabrication (1.3.2) | 73 | fabrication (1.3.2) |
| @@ -82,14 +81,6 @@ GEM | @@ -82,14 +81,6 @@ GEM | ||
| 82 | libxml-ruby (~> 2.0) | 81 | libxml-ruby (~> 2.0) |
| 83 | has_scope (0.5.1) | 82 | has_scope (0.5.1) |
| 84 | hashie (1.2.0) | 83 | hashie (1.2.0) |
| 85 | - heroku (2.30.1) | ||
| 86 | - heroku-api (~> 0.3.1) | ||
| 87 | - launchy (>= 0.3.2) | ||
| 88 | - netrc (~> 0.7.5) | ||
| 89 | - rest-client (~> 1.6.1) | ||
| 90 | - rubyzip | ||
| 91 | - heroku-api (0.3.2) | ||
| 92 | - excon (~> 0.15.5) | ||
| 93 | hike (1.2.1) | 84 | hike (1.2.1) |
| 94 | hoptoad_notifier (2.4.11) | 85 | hoptoad_notifier (2.4.11) |
| 95 | activesupport | 86 | activesupport |
| @@ -137,7 +128,6 @@ GEM | @@ -137,7 +128,6 @@ GEM | ||
| 137 | railties (>= 3.0.0) | 128 | railties (>= 3.0.0) |
| 138 | multi_json (1.3.6) | 129 | multi_json (1.3.6) |
| 139 | multipart-post (1.1.5) | 130 | multipart-post (1.1.5) |
| 140 | - netrc (0.7.5) | ||
| 141 | nokogiri (1.5.0) | 131 | nokogiri (1.5.0) |
| 142 | oa-core (0.3.2) | 132 | oa-core (0.3.2) |
| 143 | oauth2 (0.5.2) | 133 | oauth2 (0.5.2) |
| @@ -295,7 +285,6 @@ DEPENDENCIES | @@ -295,7 +285,6 @@ DEPENDENCIES | ||
| 295 | execjs | 285 | execjs |
| 296 | fabrication (~> 1.3.0) | 286 | fabrication (~> 1.3.0) |
| 297 | haml | 287 | haml |
| 298 | - heroku | ||
| 299 | hoptoad_notifier (~> 2.4) | 288 | hoptoad_notifier (~> 2.4) |
| 300 | htmlentities (~> 4.3.0) | 289 | htmlentities (~> 4.3.0) |
| 301 | inherited_resources | 290 | inherited_resources |