Skip to content

Commit

Permalink
works in ruby 3 i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Jan 6, 2021
1 parent a9140bf commit cc34d69
Show file tree
Hide file tree
Showing 6 changed files with 21,592 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
3.0.0
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.7.1'
ruby '3.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ DEPENDENCIES
webpacker (~> 5.2)

RUBY VERSION
ruby 2.7.1p83
ruby 3.0.0p0

BUNDLED WITH
2.1.4
2.2.3
Loading

0 comments on commit cc34d69

Please sign in to comment.