Skip to content

Commit

Permalink
Add gem-release for CI and set dev ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDaugherty committed Nov 4, 2020
1 parent 03b3577 commit d38579e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.2
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ source 'https://rubygems.org'

gemspec

# gem "pry-byebug"
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false

# For managing release version in CI
gem 'gem-release'

# gem "pry-byebug"

0 comments on commit d38579e

Please sign in to comment.