Skip to content

Commit

Permalink
Use RegExp#match instead of #match? for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Dec 29, 2016
1 parent fdf211a commit c88c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec

if RUBY_PLATFORM.match? /darwin/
if RUBY_PLATFORM.match /darwin/
gem 'terminal-notifier'
end

0 comments on commit c88c8b2

Please sign in to comment.