1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

Remove windows specific dependency

Since this Gemfile doesn't resolve on Windows on newer rubies anyways.
This commit is contained in:
David Rodríguez 2019-08-19 00:48:44 +02:00
parent 20d53be338
commit 96c1fa3d0d
No known key found for this signature in database
GPG key ID: 1008A258BB37309C

View file

@ -11,9 +11,6 @@ gem 'pg', '~> 1.0'
gem 'pry', '0.10'
gem 'byebug'
# Provide timezone information on Windows
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
case rails
when /\// # A path
gem 'activesupport', path: "#{rails}/activesupport"