-
Running [bundler-audit](https://github.com/rubysec/bundler-audit) on a Gemfile having
```
source 'http://eu.yarp.io'
```
results in:
```
Vulnerabilities found:
> [#] Insecure source URI found: http…
-
The alternate no-plugin method in the README isn't working for me.
```
"Please run `pod install` with bundle exec instead." unless defined?(Bundler)
```
With or without `bundle exec` install, `Bundl…
-
During the installation of dpl the following error occurred:
```
$ rvm use $(travis_internal_ruby) --fuzzy do ruby -S gem uninstall -aIx dpl
Gem 'dpl' is not installed
$ rvm use $(travis_interna…
-
When trying to select all records I receive the following error in the console and it does not select anyone.
TypeError: Cannot read properties of undefined (reading 'preventDefault')
at Proxy…
-
出现这个错误,请问是什么原因,好像只有组件模式会产生,网上说是因为有两个vue版本,我用的quasar+vite框架,不知道怎么解决了。
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE')
at Object.renderSlot (runtime-core.cjs.js:29…
-
I have `gem "erb-formater"` in my Gemfile but I'm constantly getting a popup every time I save an ERB file saying bundler couldn't find erb-formatter. I believe this is because I'm using asdf as a ver…
-
Looking at `#initialize` now, it seems that it should accept the scanner options (`:ignore`) and store those as instance variables. The `#scan` method would then accept the path to the `Gemfile.lock`.…
-
Hello,
I've been trying to use the library with react and I am using parcel bundler. However, there seems to be an issue with the sourcemaps I dont know if this is a problem with parcel or three-load…
tteke updated
4 years ago
-
This is what I'm seeing when deploying. I'm using Rails 5.0.0.1.
I'm suspecting it may have something to do with the binstubs, but they are the default ones. Nothing special there.
```
-----> Rake a…
-
`accepts_nested_attributes_for` can not be included until all the properties are declared
because it calls `resource_class`, which finalizes the `GeneratedResourceSchema`
This results in a very conf…