diff --git a/Gemfile.lock b/Gemfile.lock index d0f29bd..0fc628a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polyfill-data (1.0.6) + polyfill-data (1.0.7) GEM remote: https://rubygems.org/ diff --git a/checksums/polyfill-data-1.0.6.gem.sha512 b/checksums/polyfill-data-1.0.6.gem.sha512 new file mode 100644 index 0000000..6eaa88d --- /dev/null +++ b/checksums/polyfill-data-1.0.6.gem.sha512 @@ -0,0 +1 @@ +f6fb88e4b647f467e91a0c9efa7ab23d5553410c855844d43b5296fcc88c4b8abcc273d2ddcbd1c9120d6b35d8ec5c2e79ab63e316448d649a6bcd7a44684b5c diff --git a/lib/polyfill/data/version.rb b/lib/polyfill/data/version.rb index 7011150..035e27f 100644 --- a/lib/polyfill/data/version.rb +++ b/lib/polyfill/data/version.rb @@ -2,6 +2,6 @@ module Polyfill module Data - VERSION = "1.0.6" + VERSION = "1.0.7" end end