Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 19, 2024
1 parent a65278c commit 518a2f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ gem "tapioca", "~> 0.13", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails", "8.0.0"

# temporary
gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "main"

gem "tzinfo"
gem "tzinfo-data"

# temporary
gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "main"
9 changes: 5 additions & 4 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ gem "tapioca", "~> 0.11", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails", github: "rails/rails", branch: "main"

platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo"
gem "tzinfo-data"
end
gem "tzinfo"
gem "tzinfo-data"

# temporary
gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "main"

0 comments on commit 518a2f6

Please sign in to comment.