Skip to content

Commit

Permalink
Local gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Aug 10, 2019
1 parent c96de62 commit 8583ac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/Gemfile.lock

.Gemfile
.idea
.vscode
.yardoc
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'https://rubygems.org'

gemspec name: 'solargraph'

# Local gemfile for development tools, etc.
local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile
1 change: 0 additions & 1 deletion solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'yard', '~> 0.9'

s.add_development_dependency 'pry', '~> 0.11.3'
s.add_development_dependency 'readapt', '~> 0.2'
s.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'
s.add_development_dependency 'simplecov', '~> 0.14'
s.add_development_dependency 'webmock'
Expand Down

0 comments on commit 8583ac3

Please sign in to comment.