Commit 9336e5c5e3332cff498e3bd3984088fc60e67ba1
1 parent
1a342b98
Exists in
staging
and in
1 other branch
updating gemfile
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
Gemfile
@@ -42,7 +42,6 @@ gem 'swagger-ui_rails' | @@ -42,7 +42,6 @@ gem 'swagger-ui_rails' | ||
42 | gem 'kramdown' | 42 | gem 'kramdown' |
43 | gem 'rack-cors' | 43 | gem 'rack-cors' |
44 | gem 'rack-contrib' | 44 | gem 'rack-contrib' |
45 | -gem 'liquid', '~> 3.0.3' | ||
46 | 45 | ||
47 | gem 'api-pagination', '>= 4.1.1' | 46 | gem 'api-pagination', '>= 4.1.1' |
48 | gem 'liquid', '>= 3.0.3' | 47 | gem 'liquid', '>= 3.0.3' |
Gemfile.lock
@@ -444,7 +444,7 @@ DEPENDENCIES | @@ -444,7 +444,7 @@ DEPENDENCIES | ||
444 | gdata (> 0.0.0)! | 444 | gdata (> 0.0.0)! |
445 | gettext (~> 3.1) | 445 | gettext (~> 3.1) |
446 | grape (~> 0.12) | 446 | grape (~> 0.12) |
447 | - grape-entity (= 0.4.8) | 447 | + grape-entity (~> 0.4.8) |
448 | grape-swagger | 448 | grape-swagger |
449 | grape_logging | 449 | grape_logging |
450 | honeypot (= 0.0.0)! | 450 | honeypot (= 0.0.0)! |
@@ -452,7 +452,7 @@ DEPENDENCIES | @@ -452,7 +452,7 @@ DEPENDENCIES | ||
452 | kandadaboggu-vote_fu (> 0.0.0)! | 452 | kandadaboggu-vote_fu (> 0.0.0)! |
453 | kramdown | 453 | kramdown |
454 | launchy | 454 | launchy |
455 | - liquid (~> 3.0.3) | 455 | + liquid (>= 3.0.3) |
456 | locale (~> 2.1) | 456 | locale (~> 2.1) |
457 | minitest | 457 | minitest |
458 | minitest-reporters | 458 | minitest-reporters |