Skip to content

Update rake to current #208

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

Merged
merged 1 commit into from
Sep 27, 2018
Merged

Conversation

deivid-rodriguez
Copy link
Contributor

Motivated by

/path/to/rake-11.0.1/lib/rake/ext/fixnum.rb:4: warning: constant ::Fixnum is deprecated

when running bundle exec rake git:pull.

Motivated by

```
/path/to/rake-11.0.1/lib/rake/ext/fixnum.rb:4: warning: constant ::Fixnum is deprecated
```

when running `bundle exec rake git:pull`.
@deivid-rodriguez deivid-rodriguez changed the title update rake to current Update rake to current Sep 26, 2018
@JonRowe
Copy link
Member

JonRowe commented Sep 27, 2018

Thanks for this, this needs a gate condition to check we're running a Ruby version that supports Rake 12, (given RSpec runs on a variety of Rubies and we have to do dev on a variety of Rubies)

@deivid-rodriguez
Copy link
Contributor Author

This requirement has the same ruby version restrictions as the previous one, it seems

$ gem specification --ruby --remote rake -v 11.0.1 | grep required_ruby_version
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
$ gem specification --ruby --remote rake -v 12.0.0 | grep required_ruby_version
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)

(Used 11.0.1 in the experiment because 11.0.0 was yanked, apparently).

@JonRowe
Copy link
Member

JonRowe commented Sep 27, 2018

Fair enough, I suppose it is only our dev tools.

@JonRowe JonRowe merged commit acc4eff into rspec:master Sep 27, 2018
@deivid-rodriguez deivid-rodriguez deleted the upgrade_rake branch September 27, 2018 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants