Skip to content

Commit 1b44aaa

Browse files
committed
Remove deprecated heroku gem dependency
Signed-off-by: Alex Coles <[email protected]>
1 parent 461c1ae commit 1b44aaa

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ gem 'html5-boilerplate', :require => 'html5-boilerplate',
1818
:git => 'git://github.com/edenspiekermann/compass-html5-boilerplate.git',
1919
:branch => 'padrino'
2020

21-
group :development do
22-
gem 'heroku', '2.26.6', :require => false
23-
end
24-
2521
group :production do
2622
gem 'puma', '~> 1.6.3'
2723
gem 'rack-contrib'

Gemfile.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GEM
1212
activesupport (3.2.12)
1313
i18n (~> 0.6)
1414
multi_json (~> 1.0)
15-
addressable (2.3.3)
1615
builder (3.2.0)
1716
chunky_png (1.2.7)
1817
coffee-script (2.2.0)
@@ -23,27 +22,16 @@ GEM
2322
chunky_png (~> 1.2)
2423
fssm (>= 0.2.7)
2524
sass (~> 3.1)
26-
excon (0.15.5)
2725
execjs (1.4.0)
2826
multi_json (~> 1.0)
2927
ffi (1.4.0)
3028
fssm (0.2.10)
3129
haml (4.0.3)
3230
tilt
33-
heroku (2.26.6)
34-
heroku-api (~> 0.2.4)
35-
launchy (>= 0.3.2)
36-
netrc (~> 0.7.2)
37-
rest-client (~> 1.6.1)
38-
rubyzip
39-
heroku-api (0.2.13)
40-
excon (~> 0.15.4)
4131
hike (1.2.3)
4232
i18n (0.6.4)
4333
icalendar (1.2.2)
4434
kramdown (1.1.0)
45-
launchy (2.2.0)
46-
addressable (~> 2.3)
4735
listen (1.2.3)
4836
rb-fsevent (>= 0.9.3)
4937
rb-inotify (>= 0.9)
@@ -75,10 +63,8 @@ GEM
7563
sprockets (~> 2.1)
7664
sprockets-helpers (~> 1.0.0)
7765
sprockets-sass (~> 1.0.0)
78-
mime-types (1.21)
7966
mini_portile (0.6.2)
8067
multi_json (1.6.1)
81-
netrc (0.7.7)
8268
nokogiri (1.6.6.2)
8369
mini_portile (~> 0.6.0)
8470
posix-spawn (0.3.6)
@@ -100,9 +86,6 @@ GEM
10086
rb-kqueue (0.2.0)
10187
ffi (>= 0.5.0)
10288
redcarpet (2.2.2)
103-
rest-client (1.6.7)
104-
mime-types (>= 1.16)
105-
rubyzip (0.9.9)
10689
sass (3.2.6)
10790
sitemap_generator (3.4)
10891
builder
@@ -131,7 +114,6 @@ PLATFORMS
131114
DEPENDENCIES
132115
builder
133116
coffee-script
134-
heroku (= 2.26.6)
135117
html5-boilerplate!
136118
icalendar
137119
middleman (~> 3.1.0)

0 commit comments

Comments
 (0)