Commit 0eab9e93ae50a3da91d213e38b83017a194d8dc2

Authored by Rodrigo Souto
1 parent fba6817b

Adjust dependencies

Showing 2 changed files with 4 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -35,12 +35,12 @@ gem 'activerecord-session_store', ('1.0.0.pre' if RUBY_VERSION >= '2.3.0')
35 35  
36 36 # API dependencies
37 37 gem 'grape', '~> 0.12'
38   -gem 'grape-entity', '0.4.8'
  38 +gem 'grape-entity', '~>0.4.8'
39 39 gem 'grape_logging'
40 40 gem 'rack-cors'
41 41 gem 'rack-contrib'
42 42 gem 'api-pagination', '>= 4.1.1'
43   -gem 'liquid', '~> 3.0.3'
  43 +gem 'liquid', '>= 3.0.3'
44 44  
45 45 # asset pipeline
46 46 gem 'uglifier', '>= 1.0.3'
... ...
debian/control
... ... @@ -60,8 +60,9 @@ Depends: adduser,
60 60 ruby-feedparser (>= 0.7-3~),
61 61 ruby-gettext,
62 62 ruby-grape,
63   - ruby-grape-entity (= 0.4.8),
  63 + ruby-grape-entity (>= 0.4.8),
64 64 ruby-grape-logging,
  65 + ruby-liquid (>= 3.0.3),
65 66 ruby-minitest,
66 67 ruby-nokogiri,
67 68 ruby-pg,
... ...