Skip to content
Snippets Groups Projects
Commit 07ac8730 authored by Robert Speicher's avatar Robert Speicher
Browse files

Add Fuubar gem

parent 62886771
No related branches found
No related tags found
No related merge requests found
Loading
@@ -224,6 +224,7 @@ end
Loading
@@ -224,6 +224,7 @@ end
group :development, :test do group :development, :test do
gem 'awesome_print' gem 'awesome_print'
gem 'byebug' gem 'byebug'
gem 'fuubar', '~> 2.0.0'
gem 'pry-rails' gem 'pry-rails'
   
gem 'coveralls', require: false gem 'coveralls', require: false
Loading
Loading
Loading
@@ -242,6 +242,9 @@ GEM
Loading
@@ -242,6 +242,9 @@ GEM
dotenv (>= 0.7) dotenv (>= 0.7)
thor (>= 0.13.6) thor (>= 0.13.6)
formatador (0.2.5) formatador (0.2.5)
fuubar (2.0.0)
rspec (~> 3.0)
ruby-progressbar (~> 1.4)
gemnasium-gitlab-service (0.2.6) gemnasium-gitlab-service (0.2.6)
rugged (~> 0.21) rugged (~> 0.21)
gemojione (2.0.0) gemojione (2.0.0)
Loading
@@ -530,6 +533,10 @@ GEM
Loading
@@ -530,6 +533,10 @@ GEM
rqrcode (0.4.2) rqrcode (0.4.2)
rqrcode-rails3 (0.1.7) rqrcode-rails3 (0.1.7)
rqrcode (>= 0.4.2) 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-core (3.3.1)
rspec-support (~> 3.3.0) rspec-support (~> 3.3.0)
rspec-expectations (3.3.0) rspec-expectations (3.3.0)
Loading
@@ -763,6 +770,7 @@ DEPENDENCIES
Loading
@@ -763,6 +770,7 @@ DEPENDENCIES
fog (~> 1.25.0) fog (~> 1.25.0)
font-awesome-rails (~> 4.2) font-awesome-rails (~> 4.2)
foreman foreman
fuubar (~> 2.0.0)
gemnasium-gitlab-service (~> 0.2) gemnasium-gitlab-service (~> 0.2)
github-markup github-markup
gitlab-flowdock-git-hook (~> 0.4.2) gitlab-flowdock-git-hook (~> 0.4.2)
Loading
@@ -861,4 +869,4 @@ DEPENDENCIES
Loading
@@ -861,4 +869,4 @@ DEPENDENCIES
wikicloth (= 0.8.1) wikicloth (= 0.8.1)
   
BUNDLED WITH BUNDLED WITH
1.10.3 1.10.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment