Skip to content

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.

1 participant