Skip to content

Commit 3739a1f

Browse files
committed
Version 0.2.0: Update to ruby, gems
1 parent 805551b commit 3739a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
run_time_settings (0.1.0)
4+
run_time_settings (0.2.0)
55
activerecord (>= 6.1.0)
66

77
GEM

lib/run_time_settings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RunTimeSettings
4-
VERSION = '0.1.0'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)