Skip to content

Commit

Permalink
Update platforms for Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Oct 26, 2023
1 parent 968fb74 commit 570c147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
source "https://rubygems.org"

gem "benchmark-ips"
gem "prism"
gem "rake"
gem "rubocop"
gem "test-unit"

if File.directory?("../../ruby/prism")
gem "prism", path: "../../ruby/prism"
else
gem "prism"
end

gemspec
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
PATH
remote: ../../ruby/prism
specs:
prism (0.15.1)

PATH
remote: .
specs:
Expand All @@ -22,6 +17,7 @@ GEM
ast (~> 2.4.1)
racc
power_assert (2.0.3)
prism (0.15.1)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
Expand All @@ -47,14 +43,15 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
benchmark-ips
parser-prism!
prism!
prism
rake
rubocop
test-unit

BUNDLED WITH
2.4.12
2.4.13

0 comments on commit 570c147

Please sign in to comment.