Skip to content

Commit

Permalink
awesome print should be a regular dependency if it will be required (#31
Browse files Browse the repository at this point in the history
)

Updated the gem version
  • Loading branch information
danigirl329 authored Feb 23, 2022
1 parent 13a0ad4 commit b510ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/simplefeed/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleFeed
VERSION ||= '3.1.1'
VERSION ||= '3.1.2'
end
2 changes: 1 addition & 1 deletion simple-feed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activesupport'
spec.add_dependency 'awesome_print'
spec.add_dependency 'base62-rb'
spec.add_dependency 'colored2'
spec.add_dependency 'connection_pool', '~> 2'
Expand All @@ -35,7 +36,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'tty-box'
spec.add_dependency 'tty-screen'

spec.add_development_dependency 'awesome_print'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'codeclimate-test-reporter'
spec.add_development_dependency 'codecov'
Expand Down

0 comments on commit b510ef3

Please sign in to comment.