Skip to content

Commit

Permalink
Set ruby requirement to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amkisko committed Aug 30, 2023
1 parent 2e9b855 commit 8bb495b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0

* Set minimum ruby version requirement to 2.5.0

# 1.2.0

* Fix version definition
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
timely-app (1.2.0)
timely-app (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/timely-app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
require 'timely-app/client/webhooks'

module TimelyApp
VERSION = '1.2.0'
VERSION = '1.3.0'
end

0 comments on commit 8bb495b

Please sign in to comment.