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:
parent
20d53be338
commit
96c1fa3d0d
1 changed files with 0 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue