Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Add timber to improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 15, 2018
1 parent 1c5422f commit 19a7602
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ gem 'stripe', '~> 3.0'
gem 'terminal-table', '~> 1.7'
gem 'timezone', '~> 1.0'
gem 'wkhtmltopdf-binary', '~> 0.12.3'
gem 'timber', '~> 2.6', '>= 2.6.1'

group :development, :test do
gem 'listen', '~> 3.0.5'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -157,6 +157,7 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
msgpack (1.2.4)
multipart-post (2.0.0)
nenv (0.3.0)
netrc (0.11.0)
@@ -313,6 +314,8 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
thread_safe (0.3.6)
timber (2.6.1)
msgpack (~> 1.0)
timezone (1.2.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
@@ -375,6 +378,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
stripe (~> 3.0)
terminal-table (~> 1.7)
timber (~> 2.6, >= 2.6.1)
timezone (~> 1.0)
tzinfo-data
vcr (~> 3.0)

0 comments on commit 19a7602

Please sign in to comment.