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

Fix error loading gemspec #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix error loading gemspec #278

wants to merge 1 commit into from

Conversation

sato11
Copy link

@sato11 sato11 commented Apr 26, 2024

Installing dependencies has been failing since the commit 41ccfee introduced an undefined local variable in the gemspec:

[!] There was an error parsing `Gemfile`:
[!] There was an error while loading `rack-cors.gemspec`: undefined local variable or method `s' for main:Object. Bundler cannot continue.

 #  from /home/runner/work/rack-cors/rack-cors/rack-cors.gemspec:22
 #  -------------------------------------------
 #
 >    s.metadata = {
 #      'changelog_uri' => 'https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md'
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/runner/work/rack-cors/rack-cors/Gemfile:6
 #  -------------------------------------------
 #  # Specify your gem's dependencies in rack-cors.gemspec
 >  gemspec
 #
 #  -------------------------------------------

Installing dependencies has been failing since the commit 41ccfee introduced
an undefined local variable in the gemspec:

```
[!] There was an error parsing `Gemfile`:
[!] There was an error while loading `rack-cors.gemspec`: undefined local variable or method `s' for main:Object. Bundler cannot continue.

 #  from /home/runner/work/rack-cors/rack-cors/rack-cors.gemspec:22
 #  -------------------------------------------
 #
 >    s.metadata = {
 #      'changelog_uri' => 'https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md'
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/runner/work/rack-cors/rack-cors/Gemfile:6
 #  -------------------------------------------
 #  # Specify your gem's dependencies in rack-cors.gemspec
 >  gemspec
 #
 #  -------------------------------------------
```
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.

None yet

1 participant