Skip to content

Commit ad52e37

Browse files
committedJul 18, 2024
Minor example corrections
These don't all work with modern versions, but getting incrementally closer. Signed-off-by: Chad Wilson <[email protected]>
1 parent c249306 commit ad52e37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎examples/camping/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rack'
44
gem 'camping'

‎examples/rails3/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rails', '3.1.0'
44

‎examples/sinatra/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem 'sinatra'

0 commit comments

Comments
 (0)
Please sign in to comment.