Skip to content

Commit

Permalink
Gemfile update: use global style
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez committed Mar 13, 2024
1 parent 936cfab commit 46a2e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org" do
gem "jekyll"
gem "bundler"
end
source 'https://rubygems.org'

gem "jekyll"
gem "bundler"
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
GEM
specs:

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -114,8 +111,8 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
bundler!
jekyll!
bundler
jekyll

BUNDLED WITH
2.5.6

0 comments on commit 46a2e6e

Please sign in to comment.