Skip to content

Commit d105dec

Browse files
committed
use baseline from github
1 parent a6f26e8 commit d105dec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby File.read(".ruby-version").strip
77
gem 'active_record_extended', "~> 3.0"
88
gem "amazing_print", "~> 1.4", require: false
99
gem "aws-sdk-s3", "~> 1.8"
10-
gem "baseline", path: "~/code/_open-source/_sources/baseline"#github: "manuelmeurer/baseline"
10+
gem "baseline", github: "manuelmeurer/baseline"
1111
gem "bootsnap", "~> 1.13", require: false
1212
gem "bootstrap", "~> 5.2"
1313
gem "envkey", "~> 1.0"

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
PATH
2-
remote: ../../_open-source/_sources/baseline
1+
GIT
2+
remote: https://github.com/manuelmeurer/baseline.git
3+
revision: c975f17158d26ee6c654c64e6ed828b774a1382e
34
specs:
45
baseline (1.0)
56
rails (>= 6.0)

0 commit comments

Comments
 (0)