Skip to content

Commit 805e7ba

Browse files
authored
Update postrank-uri gem (#592)
1 parent adb0698 commit 805e7ba

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'yt', '~> 0.25.5'
3838
gem 'rswag-api'
3939
gem 'rswag-ui'
4040
gem 'sass-rails'
41-
gem 'postrank-uri', git: 'https://github.com/postrank-labs/postrank-uri.git', ref: '485ac46', require: false # Ruby 3.0 support, as of 2/6/23 no gem relaease
41+
gem 'postrank-uri', '1.1'
4242
gem 'retryable'
4343
gem 'puma', '5.6.9'
4444
gem 'rack-cors', '>= 2.0.2', :require => 'rack/cors'

Gemfile.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: https://github.com/postrank-labs/postrank-uri.git
3-
revision: 485ac465f3e989b4a6e52cdd5bf35291d78bd815
4-
ref: 485ac46
5-
specs:
6-
postrank-uri (1.0.24)
7-
addressable (>= 2.4.0)
8-
nokogiri (>= 1.8.0)
9-
public_suffix (>= 4.0.0, < 5)
10-
111
GEM
122
remote: https://rubygems.org/
133
specs:
@@ -341,6 +331,10 @@ GEM
341331
parallel_tests (4.7.2)
342332
parallel
343333
pg (1.5.9)
334+
postrank-uri (1.1)
335+
addressable (>= 2.4.0)
336+
nokogiri (>= 1.8.0)
337+
public_suffix (>= 4.0.0, < 5)
344338
prometheus-client (4.2.3)
345339
base64
346340
psych (3.3.4)
@@ -563,7 +557,7 @@ DEPENDENCIES
563557
opentelemetry-sdk
564558
parallel_tests
565559
pg (~> 1.4)
566-
postrank-uri!
560+
postrank-uri (= 1.1)
567561
prometheus-client
568562
psych (< 4)
569563
puma (= 5.6.9)

0 commit comments

Comments
 (0)