diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-25 21:43:24 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-25 21:43:24 -0400 |
commit | 07ac873037f8daf8b5368a5dfe4299d07420f6d4 (patch) | |
tree | f797207f1e84d55202dd136119707105f658daa9 /Gemfile | |
parent | 6288677134d0e6d1f805748bc557091ad4747bd9 (diff) | |
download | gitlab-ce-07ac873037f8daf8b5368a5dfe4299d07420f6d4.tar.gz |
Add Fuubar gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ end group :development, :test do gem 'awesome_print' gem 'byebug' + gem 'fuubar', '~> 2.0.0' gem 'pry-rails' gem 'coveralls', require: false |