Commit 9336e5c5e3332cff498e3bd3984088fc60e67ba1

Authored by Leandro Santos
1 parent 1a342b98
Exists in staging and in 1 other branch production

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 42 gem 'kramdown'
43 43 gem 'rack-cors'
44 44 gem 'rack-contrib'
45   -gem 'liquid', '~> 3.0.3'
46 45  
47 46 gem 'api-pagination', '>= 4.1.1'
48 47 gem 'liquid', '>= 3.0.3'
... ...
Gemfile.lock
... ... @@ -444,7 +444,7 @@ DEPENDENCIES
444 444 gdata (> 0.0.0)!
445 445 gettext (~> 3.1)
446 446 grape (~> 0.12)
447   - grape-entity (= 0.4.8)
  447 + grape-entity (~> 0.4.8)
448 448 grape-swagger
449 449 grape_logging
450 450 honeypot (= 0.0.0)!
... ... @@ -452,7 +452,7 @@ DEPENDENCIES
452 452 kandadaboggu-vote_fu (> 0.0.0)!
453 453 kramdown
454 454 launchy
455   - liquid (~> 3.0.3)
  455 + liquid (>= 3.0.3)
456 456 locale (~> 2.1)
457 457 minitest
458 458 minitest-reporters
... ...