Commit 520f02259c7076ca44f298dd401ef9df2ac8c0d3
1 parent
153a4c14
Exists in
master
and in
4 other branches
gems updated: unicorn, draper, github-markup
Showing
2 changed files
with
12 additions
and
10 deletions
Show diff stats
Gemfile
... | ... | @@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2" |
72 | 72 | gem "github-markup", "~> 0.7.4", require: 'github/markup' |
73 | 73 | |
74 | 74 | # Servers |
75 | -gem "unicorn", "~> 4.4.0" | |
75 | +gem "unicorn" | |
76 | 76 | |
77 | 77 | # State machine |
78 | 78 | gem "state_machine" |
... | ... | @@ -81,7 +81,7 @@ gem "state_machine" |
81 | 81 | gem "acts-as-taggable-on", "2.3.3" |
82 | 82 | |
83 | 83 | # Decorators |
84 | -gem "draper", "~> 0.18.0" | |
84 | +gem "draper" | |
85 | 85 | |
86 | 86 | # Background jobs |
87 | 87 | gem 'slim' | ... | ... |
Gemfile.lock
... | ... | @@ -135,9 +135,10 @@ GEM |
135 | 135 | railties (~> 3.1) |
136 | 136 | warden (~> 1.2.1) |
137 | 137 | diff-lcs (1.1.3) |
138 | - draper (0.18.0) | |
139 | - actionpack (~> 3.2) | |
140 | - activesupport (~> 3.2) | |
138 | + draper (1.1.0) | |
139 | + actionpack (>= 3.0) | |
140 | + activesupport (>= 3.0) | |
141 | + request_store (~> 1.0.3) | |
141 | 142 | email_spec (1.4.0) |
142 | 143 | launchy (~> 2.1) |
143 | 144 | mail (~> 2.2) |
... | ... | @@ -173,7 +174,7 @@ GEM |
173 | 174 | escape_utils (~> 0.2.3) |
174 | 175 | mime-types (~> 1.19) |
175 | 176 | pygments.rb (>= 0.2.13) |
176 | - github-markup (0.7.4) | |
177 | + github-markup (0.7.5) | |
177 | 178 | gitlab_meta (5.0) |
178 | 179 | gitlab_omniauth-ldap (1.0.2) |
179 | 180 | net-ldap (~> 0.2.2) |
... | ... | @@ -236,7 +237,7 @@ GEM |
236 | 237 | kaminari (0.14.1) |
237 | 238 | actionpack (>= 3.0.0) |
238 | 239 | activesupport (>= 3.0.0) |
239 | - kgio (2.7.4) | |
240 | + kgio (2.8.0) | |
240 | 241 | launchy (2.1.2) |
241 | 242 | addressable (~> 2.3) |
242 | 243 | letter_opener (1.0.0) |
... | ... | @@ -351,6 +352,7 @@ GEM |
351 | 352 | redis (3.0.2) |
352 | 353 | redis-namespace (1.2.1) |
353 | 354 | redis (~> 3.0.0) |
355 | + request_store (1.0.5) | |
354 | 356 | rspec (2.12.0) |
355 | 357 | rspec-core (~> 2.12.0) |
356 | 358 | rspec-expectations (~> 2.12.0) |
... | ... | @@ -439,7 +441,7 @@ GEM |
439 | 441 | uglifier (1.3.0) |
440 | 442 | execjs (>= 0.3.0) |
441 | 443 | multi_json (~> 1.0, >= 1.0.2) |
442 | - unicorn (4.4.0) | |
444 | + unicorn (4.6.2) | |
443 | 445 | kgio (~> 2.6) |
444 | 446 | rack |
445 | 447 | raindrops (~> 0.7) |
... | ... | @@ -473,7 +475,7 @@ DEPENDENCIES |
473 | 475 | colored |
474 | 476 | database_cleaner |
475 | 477 | devise |
476 | - draper (~> 0.18.0) | |
478 | + draper | |
477 | 479 | email_spec |
478 | 480 | enumerize |
479 | 481 | factory_girl_rails |
... | ... | @@ -541,5 +543,5 @@ DEPENDENCIES |
541 | 543 | therubyracer |
542 | 544 | thin |
543 | 545 | uglifier (~> 1.3.0) |
544 | - unicorn (~> 4.4.0) | |
546 | + unicorn | |
545 | 547 | webmock | ... | ... |