Skip to content

Commit

Permalink
Update ruby version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnell committed Apr 3, 2020
1 parent ea30610 commit e7248b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.5.3
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec
2 changes: 1 addition & 1 deletion groupme-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files`.split("\n")
spec.require_path = 'lib'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

spec.add_dependency 'httpclient', '~> 2.8'

Expand Down

0 comments on commit e7248b1

Please sign in to comment.