Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Ruby 3 #490

Merged
merged 1 commit into from Sep 7, 2020
Merged

Allow Ruby 3 #490

merged 1 commit into from Sep 7, 2020

Commits on Sep 1, 2020

  1. Allow Ruby 3

    This commit addresses this conflict to support Ruby version 3.
    
    ```
    % ruby -v
    ruby 3.0.0dev (2020-08-31T09:51:59Z master 86737c509c) [x86_64-darwin20]
    % bundle
    Fetching gem metadata from https://rubygems.org/.........
    Fetching gem metadata from https://rubygems.org/.
    Resolving dependencies...
    Bundler found conflicting requirements for the Ruby version:
      In Gemfile:
        Ruby (= 3.0.0)
    
        listen was resolved to 3.2.1, which depends on
          Ruby (~> 2.2, >= 2.2.7)
    
    Ruby (~> 2.2, >= 2.2.7), which is required by gem 'listen', is not available in the local ruby installation
    %
    ```
    Fix guard#489
    yahonda committed Sep 1, 2020
    Copy the full SHA
    7f2ec96 View commit details
    Browse the repository at this point in the history