Skip to content

Commit 38555d7

Browse files
authored
Merge pull request #294 from coopdevs/cleanup-gemfile
Cleanup gemfile
2 parents 78b5a8b + 0a6169d commit 38555d7

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ruby '2.3.0'
33

44
gem 'rails', '~> 4.2.7.1'
55
gem 'rails-i18n'
6-
gem 'rails_12factor'
76
gem "rdiscount"
87
gem 'high_voltage', '~> 2.1.0'
98
gem 'activeadmin', github: 'activeadmin'
@@ -17,13 +16,10 @@ gem "http_accept_language"
1716
gem 'thin'
1817
gem 'unicorn'
1918
gem 'foreman'
20-
gem 'dotenv-rails'
2119
gem 'kaminari'
2220
gem "simple_form", ">= 3.0.0"
23-
gem "awesome_print"
2421
gem 'memcachier'
2522
gem 'rollbar', '2.8.3'
26-
gem 'travis-lint'
2723
gem 'whenever', :require => false
2824
gem 'prawn'
2925
gem 'prawn-table'
@@ -50,11 +46,11 @@ group :development do
5046
gem 'web-console', '2.1.3'
5147
gem 'capistrano', '~> 3.1'
5248
gem 'capistrano-rails', '~> 1.1'
53-
# gem 'capistrano3-delayed-job', '~> 1.0'
5449
gem 'airbrussh', require: false
5550
gem "quiet_assets"
5651
gem 'localeapp', '2.1.1', require: false
5752
gem 'letter_opener', '1.4.1'
53+
gem 'dotenv-rails', '1.0.2'
5854
end
5955

6056
group :development, :test do
@@ -75,3 +71,7 @@ group :test do
7571
gem 'fabrication'
7672
gem 'faker'
7773
end
74+
75+
group :production do
76+
gem 'rails_12factor', '0.0.3'
77+
end

Gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ GEM
6767
autoprefixer-rails (6.3.1)
6868
execjs
6969
json
70-
awesome_print (1.6.1)
7170
bcrypt (3.1.11)
7271
better_errors (2.1.1)
7372
coderay (>= 1.0.0)
@@ -345,8 +344,6 @@ GEM
345344
thor (0.19.4)
346345
thread_safe (0.3.6)
347346
tilt (2.0.2)
348-
travis-lint (2.0.0)
349-
json
350347
ttfunk (1.4.0)
351348
tzinfo (1.2.4)
352349
thread_safe (~> 0.1)
@@ -378,7 +375,6 @@ PLATFORMS
378375
DEPENDENCIES
379376
activeadmin!
380377
airbrussh
381-
awesome_print
382378
better_errors
383379
binding_of_caller
384380
bootstrap-sass
@@ -391,7 +387,7 @@ DEPENDENCIES
391387
dalli
392388
database_cleaner (= 1.3.0)
393389
devise (= 3.5.6)
394-
dotenv-rails
390+
dotenv-rails (= 1.0.2)
395391
elasticsearch-model
396392
elasticsearch-rails
397393
fabrication
@@ -415,7 +411,7 @@ DEPENDENCIES
415411
quiet_assets
416412
rails (~> 4.2.7.1)
417413
rails-i18n
418-
rails_12factor
414+
rails_12factor (= 0.0.3)
419415
rake
420416
rdiscount
421417
rollbar (= 2.8.3)
@@ -426,7 +422,6 @@ DEPENDENCIES
426422
shoulda (>= 3.5)
427423
simple_form (>= 3.0.0)
428424
thin
429-
travis-lint
430425
uglifier (= 2.7.2)
431426
unicorn
432427
web-console (= 2.1.3)

0 commit comments

Comments
 (0)