diff --git a/Gemfile b/Gemfile index bda2fac1eeca3be83213f629acce55df2872fcff..353422c3ef649a1d7fbabb9b3aed1c3d30ceee72 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8d09fe9bf8892b781a8c50f3f896ed686af82349..ad780647a1cfc99d20716aadf678170869148155 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,6 +242,9 @@ GEM dotenv (>= 0.7) thor (>= 0.13.6) formatador (0.2.5) + fuubar (2.0.0) + rspec (~> 3.0) + ruby-progressbar (~> 1.4) gemnasium-gitlab-service (0.2.6) rugged (~> 0.21) gemojione (2.0.0) @@ -530,6 +533,10 @@ GEM rqrcode (0.4.2) rqrcode-rails3 (0.1.7) rqrcode (>= 0.4.2) + rspec (3.3.0) + rspec-core (~> 3.3.0) + rspec-expectations (~> 3.3.0) + rspec-mocks (~> 3.3.0) rspec-core (3.3.1) rspec-support (~> 3.3.0) rspec-expectations (3.3.0) @@ -763,6 +770,7 @@ DEPENDENCIES fog (~> 1.25.0) font-awesome-rails (~> 4.2) foreman + fuubar (~> 2.0.0) gemnasium-gitlab-service (~> 0.2) github-markup gitlab-flowdock-git-hook (~> 0.4.2) @@ -861,4 +869,4 @@ DEPENDENCIES wikicloth (= 0.8.1) BUNDLED WITH - 1.10.3 + 1.10.4