Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

update ruby version to 2.7.2 #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.6.3"
ruby "2.7.2"

gem 'dotenv', '2.7.4'
gem 'encrypted_cookie', '0.0.5'
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
dotenv (= 2.7.4)
@@ -36,7 +37,7 @@ DEPENDENCIES
stripe (= 4.21.2)

RUBY VERSION
ruby 2.6.3p62
ruby 2.7.2p137

BUNDLED WITH
1.17.3
2.2.6