Commit 9fe313d 1 parent 392eb4c commit 9fe313d Copy full SHA for 9fe313d
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ source 'https://rubygems.org'
5
5
gem 'feedjira'
6
6
gem 'google-cloud-firestore'
7
7
gem 'json'
8
- gem 'nokogiri' , '>= 1.13.4'
8
+ gem 'nokogiri'
9
9
gem 'rest-client'
10
10
gem 'sanitize'
Original file line number Diff line number Diff line change 23
23
faraday-em_synchrony (1.0.0 )
24
24
faraday-excon (1.1.0 )
25
25
faraday-httpclient (1.0.1 )
26
- faraday-multipart (1.0.3 )
27
- multipart-post (>= 1.2 , < 3 )
26
+ faraday-multipart (1.0.4 )
27
+ multipart-post (~> 2 )
28
28
faraday-net_http (1.0.1 )
29
29
faraday-net_http_persistent (1.2.0 )
30
30
faraday-patron (1.0.0 )
@@ -118,7 +118,7 @@ DEPENDENCIES
118
118
feedjira
119
119
google-cloud-firestore
120
120
json
121
- nokogiri ( >= 1.13.4 )
121
+ nokogiri
122
122
rest-client
123
123
sanitize
124
124
You can’t perform that action at this time.
0 commit comments