Skip to content

Commit 9fe313d

Browse files
committed
Removed nokogiri version pin
1 parent 392eb4c commit 9fe313d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source 'https://rubygems.org'
55
gem 'feedjira'
66
gem 'google-cloud-firestore'
77
gem 'json'
8-
gem 'nokogiri', '>= 1.13.4'
8+
gem 'nokogiri'
99
gem 'rest-client'
1010
gem 'sanitize'

app/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ GEM
2323
faraday-em_synchrony (1.0.0)
2424
faraday-excon (1.1.0)
2525
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)
2828
faraday-net_http (1.0.1)
2929
faraday-net_http_persistent (1.2.0)
3030
faraday-patron (1.0.0)
@@ -118,7 +118,7 @@ DEPENDENCIES
118118
feedjira
119119
google-cloud-firestore
120120
json
121-
nokogiri (>= 1.13.4)
121+
nokogiri
122122
rest-client
123123
sanitize
124124

0 commit comments

Comments
 (0)