1
0
Fork 0

Initialize Bundler project

This commit is contained in:
Alex Kotov 2021-03-10 14:07:16 +05:00
parent ef1e111233
commit 07eb7b383a
4 changed files with 16 additions and 0 deletions

1
.ruby-gemset Normal file
View File

@ -0,0 +1 @@
crypto_libertarian-lesson-decentralized_microblog_in_ruby

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
ruby-3.0.0

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
# frozen_string_literal: true
source 'https://rubygems.org'

11
Gemfile.lock Normal file
View File

@ -0,0 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
x86_64-linux
DEPENDENCIES
BUNDLED WITH
2.2.5