-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf0d830
commit 926fe06
Showing
4 changed files
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,22 @@ | ||
source 'https://rubygems.org/' | ||
require 'rubygems/version.rb' | ||
|
||
# Make Bundler handle Ruby compat: https://github.com/rubygems/bundler-features/issues/120 | ||
ruby RUBY_VERSION | ||
ruby '>= 2.6' | ||
|
||
group :base do | ||
group :development do | ||
gem 'json' | ||
gem 'mime-types', '~> 3.5.1' | ||
gem 'drake' | ||
gem 'rack' | ||
gem 'rackup', '>= 2.1' | ||
gem 'rake' | ||
gem 'rspec', '~> 3.12.0' | ||
gem 'rspec-collection_matchers' | ||
end | ||
|
||
group :future do | ||
gem 'webrick', '~> 1.8.1' | ||
gem 'rackup', '>= 2.1' | ||
end | ||
|
||
if ENV['USER'] == 'camdennarzt' | ||
group :development do | ||
gem 'solargraph' | ||
gem 'gpgme' | ||
end | ||
group :development do | ||
gem 'solargraph' | ||
gem 'gpgme' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters