aboutsummaryrefslogtreecommitdiffstats
path: root/sample/trick2018/03-tompng/Gemfile
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
commita85fe4f5ee6e9531f4cc28a9970a56d531ac8402 (patch)
tree48bb80df57362a7a307a8781d0e07bb55ee3d19e /sample/trick2018/03-tompng/Gemfile
parentc57b5fe2942fb38825f2150eda6142493ffcaeea (diff)
downloadruby-a85fe4f5ee6e9531f4cc28a9970a56d531ac8402.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')
-rw-r--r--sample/trick2018/03-tompng/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/trick2018/03-tompng/Gemfile b/sample/trick2018/03-tompng/Gemfile
index 983f2f3bd4..a24ff779dc 100644
--- a/sample/trick2018/03-tompng/Gemfile
+++ b/sample/trick2018/03-tompng/Gemfile
@@ -1,2 +1,2 @@
-ruby '2.5.0'
+source 'https://rubygems.org'
gem 'chunky_png'