update development dependencies

This commit is contained in:
2018-06-07 17:55:21 -03:00
parent c2a1c61f82
commit 67161330b7
2 changed files with 21 additions and 2 deletions
+7 -1
View File
@@ -1,5 +1,10 @@
source 'https://rubygems.org'
git_source(:gitlab) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://gitlab.com/#{repo_name}.git"
end
# Declare your gem's dependencies in dunlop-ember.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
@@ -17,7 +22,8 @@ group :development, :test do
gem 'rspec-rails'
gem 'cancancan'
gem 'slim-rails'
gem 'dunlop-core', github: 'companytools/dunlop-core', branch: 'master'
gem 'paperclip', '~> 5.3'
gem 'dunlop-core', gitlab: 'benja-2/dunlop-core', branch: 'master'
#gem 'dunlop-core', path: '~/development/rails/components/dunlop-core'
gem 'factory_girl_rails'
gem 'active_model_serializers'