Skip to content

Commit

Permalink
Add local_time gem
Browse files Browse the repository at this point in the history
  • Loading branch information
lujanfernaud committed Jun 12, 2018
1 parent 718dec0 commit 1c47ba4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gem 'inline_svg', '~> 1.3', '>= 1.3.1'
gem 'faker', github: 'stympy/faker'
gem 'friendly_id', '~> 5.2', '>= 5.2.4'
gem 'nokogiri', '~> 1.8', '>= 1.8.2'
gem 'local_time', '~> 2.0', '>= 2.0.1'

# Used for bulk inserting data into database using ActiveRecord.
gem 'activerecord-import', '~> 0.23.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
local_time (2.0.1)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -458,6 +459,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (= 4.3.1)
listen (>= 3.0.5, < 3.2)
local_time (~> 2.0, >= 2.0.1)
mini_magick (~> 4.8)
minitest-reporters (= 1.1.14)
mocha (~> 1.5)
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
//= require smooth-scroll/dist/js/smooth-scroll.polyfills
//= require leaflet/dist/leaflet
//= require clipboard/dist/clipboard
//= require local-time
//= require_tree .

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 1c47ba4

Please sign in to comment.