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.lock | |
parent | 6288677134d0e6d1f805748bc557091ad4747bd9 (diff) | |
download | gitlab-ce-07ac873037f8daf8b5368a5dfe4299d07420f6d4.tar.gz |
Add Fuubar gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8d09fe9bf88..ad780647a1c 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 |