Skip to content

Commit

Permalink
'gem_changes1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ohiodn8 committed Nov 29, 2018
1 parent 120c3d5 commit 2d16cae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ group :development do
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end

gem 'tzinfo-data'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GEM
erubi (1.7.1)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.9.25-x86-mingw32)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (1.1.1)
Expand All @@ -77,9 +78,12 @@ GEM
mini_portile2 (2.3.0)
minitest (5.11.3)
msgpack (1.2.4)
msgpack (1.2.4-x86-mingw32)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-x86-mingw32)
mini_portile2 (~> 2.3.0)
puma (3.12.0)
rack (2.0.6)
rack-test (1.1.0)
Expand Down Expand Up @@ -142,8 +146,11 @@ GEM
turbolinks-source (5.2.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.7)
tzinfo (>= 1.0.0)
uglifier (4.1.19)
execjs (>= 0.3.0, < 3)
wdm (0.1.1)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand All @@ -155,6 +162,7 @@ GEM

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
bootsnap
Expand All @@ -168,7 +176,9 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
wdm (>= 0.1.0)
web-console (>= 3.3.0)

BUNDLED WITH
Expand Down

0 comments on commit 2d16cae

Please sign in to comment.