summaryrefslogtreecommitdiff
path: root/sample/trick2018/03-tompng/Gemfile.lock
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-17 14:35:02 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-17 14:35:02 +0000
commit7d5fad1bc5b45468b1c80901f82291dbea94d27a (patch)
tree48bb80df57362a7a307a8781d0e07bb55ee3d19e /sample/trick2018/03-tompng/Gemfile.lock
parent8340078cc877bc082df80ac3474b6b9647868f7c (diff)
downloadruby-7d5fad1bc5b45468b1c80901f82291dbea94d27a.tar.gz
sample/trick2018/03-tompng: merge upstream fixes
* Remove `ruby '2.5.0'` * Add `source 'https://rubygems.org'` * Avoid `Kernel#Integer` Thanks to tompng. Fixes #14930. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/trick2018/03-tompng/Gemfile.lock')
-rw-r--r--sample/trick2018/03-tompng/Gemfile.lock4
1 files changed, 1 insertions, 3 deletions
diff --git a/sample/trick2018/03-tompng/Gemfile.lock b/sample/trick2018/03-tompng/Gemfile.lock
index 6f54c44066..467f5c3495 100644
--- a/sample/trick2018/03-tompng/Gemfile.lock
+++ b/sample/trick2018/03-tompng/Gemfile.lock
@@ -1,4 +1,5 @@
GEM
+ remote: https://rubygems.org/
specs:
chunky_png (1.3.8)
@@ -8,8 +9,5 @@ PLATFORMS
DEPENDENCIES
chunky_png
-RUBY VERSION
- ruby 2.5.0p0
-
BUNDLED WITH
1.16.1