Add Gemfile.lock
This commit is contained in:
parent
3c75a90f0d
commit
ea53a79ee4
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,3 @@ node_modules/
|
|||
*.log
|
||||
.env
|
||||
.idea
|
||||
Gemfile.lock
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem "puma", "~> 6.0"
|
|||
##
|
||||
# Everything else
|
||||
gem "ryo.rb", "~> 0.3", github: "0x1eef/ryo.rb", tag: "v0.3.0"
|
||||
gem "standard", "~> 1.16"
|
||||
gem "standard", "~> 1.24"
|
||||
gem "paint", "~> 2.3"
|
||||
gem "dotenv", "~> 2.8"
|
||||
gem "listen", "~> 3.0"
|
||||
|
|
Loading…
Reference in a new issue