Skip to content

Commit b46ddc9

Browse files
authored
Merge pull request #34 from JimMadge/bump_dependencies
Bump dependencies
2 parents 04c8f0f + bf9cd8c commit b46ddc9

File tree

2 files changed

+237
-175
lines changed

2 files changed

+237
-175
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ end
2020
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2121
# and associated library.
2222
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
23-
gem "tzinfo", "~> 1.2"
23+
gem "tzinfo", "~> 2.0"
2424
gem "tzinfo-data"
2525
end
2626

2727
# Performance-booster for watching directories on Windows
28-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
28+
gem "wdm", "~> 0.2", :install_if => Gem.win_platform?
2929

0 commit comments

Comments
 (0)