summaryrefslogtreecommitdiff
path: root/examples/gem/Gemfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-01 20:24:45 +0200
committerPaul Buetow <paul@buetow.org>2026-03-01 20:24:45 +0200
commit92ba0576ebf8aaf770368eba4533d3c4ed4a5e37 (patch)
tree51179df29a4ebb77214bf902580da0e619446a72 /examples/gem/Gemfile
parente17fbbfb30da394d6abbb91da4a963ff8913ad47 (diff)
replace gem example with bundle exec ruby, distinct from rake example
Diffstat (limited to 'examples/gem/Gemfile')
-rw-r--r--examples/gem/Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/gem/Gemfile b/examples/gem/Gemfile
index 7e62d34..b1f79ad 100644
--- a/examples/gem/Gemfile
+++ b/examples/gem/Gemfile
@@ -2,4 +2,3 @@ source 'https://rubygems.org'
# Point at the local rcm checkout; change to gem 'rcm' once published.
gem 'rcm', path: '../../'
-gem 'rake'