Fixing bundler error

This commit is contained in:
Adam
2016-01-21 10:17:03 +01:00
parent 8675dc724f
commit 973f39eec3

View File

@@ -1,6 +1,4 @@
source 'https://rubygems.org'
source 'http://gems.github.com'
gem 'rails_admin'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
@@ -47,9 +45,9 @@ gem 'tabulous'
# gem 'capistrano-rails', group: :development
# rails 4.x support is not stable yet - so we hope for the best :)
gem 'active_scaffold', github: 'activescaffold/active_scaffold', branch: 'master'
source 'http://gems.github.com' do
gem 'active_scaffold'
end
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console