Skip to content

Commit

Permalink
add chronic gem (explicit)
Browse files Browse the repository at this point in the history
  • Loading branch information
agaelebe committed Feb 1, 2016
1 parent ca682ad commit 976b3bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ gem 'turbolinks', '~> 2.3.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'

# Parse dates
gem 'chronic'

# Generate a cronfile for scheduling email and other tasks
gem 'whenever', :require => false

group :doc do
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ PLATFORMS
ruby

DEPENDENCIES
chronic
coffee-rails
devise (~> 3.4.0)
figaro
Expand Down

0 comments on commit 976b3bd

Please sign in to comment.