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

Require fugit >= 1.11.1 #280

Closed
wants to merge 2 commits into from
Closed

Require fugit >= 1.11.1 #280

wants to merge 2 commits into from

Conversation

jmettraux
Copy link

floraison/fugit#104

Prevent Fugit::Nat.parse choking on large input, peg at 256 chars

spec.add_dependency "fugit", "~> 1.11", ">= 1.11.1"

Which requires fugit from 1.11.0 to 2.x not included and at least 1.11.1

floraison/fugit#104

Prevent Fugit::Nat.parse choking on large input, peg at 256 chars

```ruby
spec.add_dependency "fugit", "~> 1.11", ">= 1.11.1"
```

Which requires fugit from 1.11.0 to 2.x not included and at least 1.11.1
@rosa
Copy link
Member

rosa commented Aug 20, 2024

@jmettraux, could you run bundle install and commit the changes to Gemfile.lock?

@jmettraux
Copy link
Author

@rosa There is no Mysql package available on my development environment. Do you know how I can run bundle install while ignoring Mysql?

Sorry for the first instance of this pull request, I went > instead of >=.

By now Dependabot should have reached this project, feel free to merge its automated PR instead of the manual one here.

Kind regards.

@rosa
Copy link
Member

rosa commented Aug 21, 2024

Sounds good, thanks a lot @jmettraux! Going to merge #287
Thanks again!

@rosa rosa closed this Aug 21, 2024
@jmettraux
Copy link
Author

You're welcome!

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