Initialize Bundler project
parent
ef1e111233
commit
07eb7b383a
@ -0,0 +1 @@
|
||||
crypto_libertarian-lesson-decentralized_microblog_in_ruby
|
@ -0,0 +1 @@
|
||||
ruby-3.0.0
|
@ -0,0 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
@ -0,0 +1,11 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.5
|
Reference in New Issue