Skip to content

Commit

Permalink
Tweaks to make theia run easier
Browse files Browse the repository at this point in the history
  • Loading branch information
kwerle committed Dec 29, 2018
1 parent d14ad22 commit 9fd0928
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.byebug_history
*.gem
.Trash*
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
amatch
bundler
fuzzy_match
json
rubocop
rubocop-rspec

Expand Down Expand Up @@ -37,6 +38,7 @@ GEM
guard (~> 2.0)
rubocop (~> 0.20)
jaro_winkler (1.5.1)
json (2.1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down
3 changes: 3 additions & 0 deletions ruby_language_server.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# Normally the system will have these - but not if it's a stripped down docker image
spec.add_dependency 'bundler'
spec.add_dependency 'json'
spec.add_dependency 'etc'

# No - do not put these in dev - they are needed for the app
spec.add_dependency 'rubocop'
Expand Down

0 comments on commit 9fd0928

Please sign in to comment.