Skip to content

Commit

Permalink
bumped version of nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
dabobert committed Feb 8, 2024
1 parent 83b2c53 commit f2d6fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'faker', '~> 2.18' # Faker, a port of Data::Faker from Perl, is used to easi
gem 'id3tag', '~> 1.1' # Native Ruby ID3 tag reader that aims for 100% coverage of ID3v2.x and ID3v1.x standards
gem 'itunes_parser', '~> 1.1', '>= 1.1.3' # Parses iTunes Library XML files
gem 'mimemagic', '~> 0.4.3' # Fast mime detection by extension or content (Uses freedesktop.org.xml shared-mime-info database
gem 'nokogiri', '~> 1.14' # xml parser
gem 'nokogiri', '~> 1.16', '>= 1.16.2' # xml parser
gem 'oj', '~> 3.16', '>= 3.16.1' # faster json parsing
gem 'pry', '~> 0.14.1' # Debugger
gem 'rest-client', '~> 2.1' # A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,12 @@ GEM
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_portile2 (2.8.1)
minitest (5.20.0)
mize (0.4.1)
protocol (~> 2.0)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri-plist (0.5.0)
nokogiri
Expand Down Expand Up @@ -217,7 +215,7 @@ DEPENDENCIES
id3tag (~> 1.1)
itunes_parser (~> 1.1, >= 1.1.3)
mimemagic (~> 0.4.3)
nokogiri (~> 1.14)
nokogiri (~> 1.16, >= 1.16.2)
oj (~> 3.16, >= 3.16.1)
pry (~> 0.14.1)
rest-client (~> 2.1)
Expand Down

0 comments on commit f2d6fe2

Please sign in to comment.