Skip to content
Snippets Groups Projects
Commit 8b453fab authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

update Gemfile.lock

parent 21985c13
No related branches found
No related tags found
No related merge requests found
...@@ -53,9 +53,9 @@ GEM ...@@ -53,9 +53,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.3.8) addressable (2.3.8)
annotate (2.7.0) annotate (2.7.1)
activerecord (>= 3.2, < 6.0) activerecord (>= 3.2, < 6.0)
rake (~> 10.4) rake (>= 10.4, < 12.0)
ansi (1.5.0) ansi (1.5.0)
arel (6.0.3) arel (6.0.3)
ast (2.2.0) ast (2.2.0)
...@@ -72,16 +72,7 @@ GEM ...@@ -72,16 +72,7 @@ GEM
rack (>= 0.9.0) rack (>= 0.9.0)
binding_of_caller (0.7.2) binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
brakeman (3.2.1) brakeman (3.3.0)
erubis (~> 2.6)
haml (>= 3.0, < 5.0)
highline (>= 1.6.20, < 2.0)
ruby2ruby (~> 2.3.0)
ruby_parser (~> 3.8.1)
safe_yaml (>= 1.0)
sass (~> 3.0)
slim (>= 1.3.6, < 4.0)
terminal-table (~> 1.4)
builder (3.2.2) builder (3.2.2)
bullet (5.0.0) bullet (5.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -216,7 +207,6 @@ GEM ...@@ -216,7 +207,6 @@ GEM
haml (4.0.7) haml (4.0.7)
tilt tilt
hashie (3.4.4) hashie (3.4.4)
highline (1.7.8)
hiredis (0.6.1) hiredis (0.6.1)
httparty (0.13.7) httparty (0.13.7)
json (~> 1.8) json (~> 1.8)
...@@ -297,6 +287,11 @@ GEM ...@@ -297,6 +287,11 @@ GEM
phantomjs (2.1.1.0) phantomjs (2.1.1.0)
powerpack (0.1.1) powerpack (0.1.1)
ptools (1.3.3) ptools (1.3.3)
public_activity (1.5.0)
actionpack (>= 3.0.0)
activerecord (>= 3.0)
i18n (>= 0.5.0)
railties (>= 3.0.0)
puma (3.4.0) puma (3.4.0)
pundit (1.1.0) pundit (1.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -343,7 +338,7 @@ GEM ...@@ -343,7 +338,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rainbow (2.1.0) rainbow (2.1.0)
rake (10.5.0) rake (11.1.2)
rdoc (4.2.2) rdoc (4.2.2)
json (~> 1.4) json (~> 1.4)
redis (3.3.0) redis (3.3.0)
...@@ -366,10 +361,7 @@ GEM ...@@ -366,10 +361,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-graphviz (1.2.2) ruby-graphviz (1.2.2)
ruby-progressbar (1.8.0) ruby-progressbar (1.8.0)
ruby2ruby (2.3.0) ruby_parser (3.8.2)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.8.1)
sexp_processor (~> 4.1) sexp_processor (~> 4.1)
rubycritic (2.9.0) rubycritic (2.9.0)
colorize colorize
...@@ -381,8 +373,6 @@ GEM ...@@ -381,8 +373,6 @@ GEM
ruby_parser (~> 3.8) ruby_parser (~> 3.8)
virtus (~> 1.0) virtus (~> 1.0)
rubyzip (1.2.0) rubyzip (1.2.0)
safe_yaml (1.0.4)
sass (3.4.22)
screencap (0.1.4) screencap (0.1.4)
phantomjs phantomjs
sdoc (0.4.1) sdoc (0.4.1)
...@@ -399,7 +389,7 @@ GEM ...@@ -399,7 +389,7 @@ GEM
shoulda-context (1.2.1) shoulda-context (1.2.1)
shoulda-matchers (2.8.0) shoulda-matchers (2.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (4.1.1) sidekiq (4.1.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0) connection_pool (~> 2.2, >= 2.2.0)
redis (~> 3.2, >= 3.2.1) redis (~> 3.2, >= 3.2.1)
...@@ -481,6 +471,7 @@ DEPENDENCIES ...@@ -481,6 +471,7 @@ DEPENDENCIES
omniauth-twitter omniauth-twitter
paperclip paperclip
pg pg
public_activity
puma puma
pundit pundit
rack-cors rack-cors
......
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