diff --git a/Gemfile b/Gemfile index 844fa52..3f16761 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,6 @@ gem 'cinch-twitterstatus', '~> 1.0.1' gem 'cinch-urbandict', '~> 1.0.2' gem 'cinch-weatherman', '~> 1.0.1' gem 'cinch-wikipedia', '~> 1.0.0' -gem 'nokogiri', '~> 1.16.2' +gem 'nokogiri', '~> 1.16.5' gem 'rest-client', '~> 1.8.0' gem 'cinch-sudo', git: 'https://github.com/canonical-hackers/cinch-sudo.git' diff --git a/Gemfile.lock b/Gemfile.lock index a604238..4103cab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,11 +82,11 @@ GEM domain_name (~> 0.5) libxml-ruby (2.9.0) mime-types (2.99.3) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) multi_json (1.15.0) multipart-post (2.1.1) netrc (0.11.0) - nokogiri (1.16.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) psych (2.2.4) @@ -133,7 +133,7 @@ DEPENDENCIES cinch-urbandict (~> 1.0.2) cinch-weatherman (~> 1.0.1) cinch-wikipedia (~> 1.0.0) - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.5) rest-client (~> 1.8.0) BUNDLED WITH