Skip to content

Commit

Permalink
Removed needless code from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 29, 2021
1 parent 27dd286 commit d30b13a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gemspec

group :development do
gem "bundler"
is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
is_truffleruby = RUBY_DESCRIPTION =~ /truffleruby/
gem 'vterm', '>= 0.0.5' if is_unix && ENV['WITH_VTERM']
Expand Down

0 comments on commit d30b13a

Please sign in to comment.