-
Notifications
You must be signed in to change notification settings - Fork 45
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
RuntimeError #27
Comments
Is your repo public? If so, can you share it? |
@jasnow https://github.com/jennytech/testgithub gem 'rails', '>= 5.0.0.beta2', '< 5.1' gem 'puma' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.1.0' gem 'jquery-rails' gem 'turbolinks' gem 'jbuilder', '~> 2.0' gem 'redis', '~> 3.0' group :development, :test do gem 'sqlite3' end group :development do gem 'web-console', '~> 3.0' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] group :production do gem 'devise' gem 'cancancan', '~> 1.10' gem 'will_paginate', '~> 3.1.0' gem 'rails-controller-testing' |
Moved to jennytech/testgithub#1 |
`
Please help,I'm stuck on here for 3 days,I can't find a way to solve.
The text was updated successfully, but these errors were encountered: