Skip to content

Commit

Permalink
chore: ruby버전을 2.6.8로 올립니다 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalikim authored Aug 1, 2021
1 parent a83a81c commit 7646525
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.6.8
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.6'
ruby '2.6.8'

# rails
gem 'rails', '~> 5.2.5'
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
rails-assets-onmount (1.3.0)

GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.5)
actionpack (= 5.2.5)
Expand Down Expand Up @@ -1153,7 +1157,6 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.5)
sprockets-rails (>= 2.0.0)
rails-assets-onmount (1.3.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -1340,7 +1343,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 2.6.6p146
ruby 2.6.8p205

BUNDLED WITH
2.2.6
2.2.25

0 comments on commit 7646525

Please sign in to comment.