Skip to content

Commit d3a7b90

Browse files
author
Austin Schneider
committed
remove heroku, foreman and rb-fsevent gems
1 parent 3862078 commit d3a7b90

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@ group :test do
3737
end
3838

3939
group :development do
40-
gem 'heroku', '>= 2.10.0'
41-
gem 'foreman', '>= 0.25.0'
4240
gem 'guard', '>= 0.8.8'
43-
gem 'rb-fsevent', '>= 0.4.3.1', require: false
4441
end

Gemfile.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ GEM
7272
nokogiri (>= 1.5.0)
7373
database_cleaner (0.6.7)
7474
diff-lcs (1.1.3)
75-
dotenv (0.9.0)
7675
erubis (2.7.0)
77-
excon (0.25.3)
7876
execjs (1.2.9)
7977
multi_json (~> 1.0)
8078
factory_girl (2.2.0)
@@ -85,9 +83,6 @@ GEM
8583
faker (1.0.1)
8684
i18n (~> 0.4)
8785
ffi (1.0.9)
88-
foreman (0.63.0)
89-
dotenv (>= 0.7)
90-
thor (>= 0.13.6)
9186
formalize-rails (0.0.5)
9287
railties (~> 3.1.0.rc1)
9388
formatador (0.2.4)
@@ -108,14 +103,6 @@ GEM
108103
activesupport (~> 3.0)
109104
haml (~> 3.0)
110105
railties (~> 3.0)
111-
heroku (2.40.1)
112-
heroku-api (~> 0.3.7)
113-
launchy (>= 0.3.2)
114-
netrc (~> 0.7.7)
115-
rest-client (~> 1.6.1)
116-
rubyzip
117-
heroku-api (0.3.15)
118-
excon (~> 0.25.1)
119106
hike (1.2.1)
120107
httparty (0.8.1)
121108
multi_json
@@ -143,7 +130,6 @@ GEM
143130
mime-types (1.17.2)
144131
multi_json (1.0.3)
145132
multi_xml (0.4.1)
146-
netrc (0.7.7)
147133
nokogiri (1.5.0)
148134
pg (0.11.0)
149135
polyamorous (0.5.0)
@@ -202,8 +188,6 @@ GEM
202188
resque_spec (0.7.0)
203189
resque (>= 1.15.0)
204190
rspec (>= 2.5.0)
205-
rest-client (1.6.7)
206-
mime-types (>= 1.16)
207191
rspec (2.7.0)
208192
rspec-core (~> 2.7.0)
209193
rspec-expectations (~> 2.7.0)
@@ -279,19 +263,16 @@ DEPENDENCIES
279263
database_cleaner (~> 0.6.7)
280264
factory_girl_rails (~> 1.3.0)
281265
faker (~> 1.0.1)
282-
foreman (>= 0.25.0)
283266
formalize-rails (= 0.0.5)
284267
guard (>= 0.8.8)
285268
guard-spork (~> 0.3.1)
286269
haml-rails (= 0.3.4)
287-
heroku (>= 2.10.0)
288270
httparty (= 0.8.1)
289271
jquery-rails (= 1.0.16)
290272
kaminari (= 0.12.4)
291273
launchy (~> 2.0.5)
292274
pg (= 0.11.0)
293275
rails (= 3.1.1)
294-
rb-fsevent (>= 0.4.3.1)
295276
resque!
296277
resque-scheduler (= 1.9.9)
297278
resque_spec (~> 0.7.0)

0 commit comments

Comments
 (0)