Unverified Commit 36166dee authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

maid: 0.10.0 -> 0.11.2 (#470578)

parents 2ff94414 1fd13b20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
source 'https://rubygems.org'
gem 'maid', '~> 0.10.0'
gem 'maid', '~> 0.11.2'
gem 'rake'
+5 −5
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ GEM
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    logger (1.7.0)
    maid (0.10.0)
    maid (0.11.2)
      deprecated (~> 3.0.0)
      dimensions (>= 1.0.0, < 2.0)
      escape (>= 0.0.1, < 0.1.0)
@@ -31,7 +31,7 @@ GEM
      mime-types (~> 3.0, < 4.0)
      rubyzip (~> 2.3.2)
      rufus-scheduler (~> 3.8.2)
      thor (~> 1.2.1)
      thor (~> 1.4.0)
      xdg (~> 2.2.3)
    mime-types (3.7.0)
      logger
@@ -45,7 +45,7 @@ GEM
    rubyzip (2.3.2)
    rufus-scheduler (3.8.2)
      fugit (~> 1.1, >= 1.1.6)
    thor (1.2.2)
    thor (1.4.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    xdg (2.2.5)
@@ -54,8 +54,8 @@ PLATFORMS
  ruby

DEPENDENCIES
  maid (~> 0.10.0)
  maid (~> 0.11.2)
  rake

BUNDLED WITH
   2.6.6
   2.7.2
+4 −4
Original line number Diff line number Diff line
@@ -160,10 +160,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0v1lhwgxyli10rinw6h33ikhskx9j3b20h7plrx8c69z05sfsdd9";
      sha256 = "154rhbdplhrirxpli2jwwsmzcrk8vj51cn6zh8r7lp97vlrkybgp";
      type = "gem";
    };
    version = "0.10.0";
    version = "0.11.2";
  };
  mime-types = {
    dependencies = [
@@ -256,10 +256,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg";
      sha256 = "0gcarlmpfbmqnjvwfz44gdjhcmm634di7plcx2zdgwdhrhifhqw7";
      type = "gem";
    };
    version = "1.2.2";
    version = "1.4.0";
  };
  tzinfo = {
    dependencies = [ "concurrent-ruby" ];