1 parent 50b968a commit 5bbb029Copy full SHA for 5bbb029
2 files changed
Gemfile.lock
@@ -1,8 +1,9 @@
1
PATH
2
remote: .
3
specs:
4
- on_calendar (0.1.6)
+ on_calendar (0.1.7)
5
activesupport (~> 8.0)
6
+ terminal-table (~> 4.0.0)
7
8
GEM
9
remote: https://rubygems.org/
@@ -109,7 +110,7 @@ DEPENDENCIES
109
110
rubocop-packaging (= 0.6.0)
111
rubocop-performance (= 1.25.0)
112
rubocop-rake (= 0.7.1)
- terminal-table
113
114
115
BUNDLED WITH
116
2.6.9
lib/on_calendar/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module OnCalendar
- VERSION = "0.1.6"
+ VERSION = "0.1.7"
end
0 commit comments