Skip to content

Commit

Permalink
Merge pull request #18 from sittercity/ch85007
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
kelmerp authored Apr 15, 2022
2 parents 2e5bf5f + 607ae9b commit f1d3c43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
PATH
remote: .
specs:
bureaucrat-sc (2.1.0)
activesupport (= 5.2)
bureaucrat-sc (3.0.0)
activesupport (~> 6.0.4)
i18n

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.0)
activesupport (6.0.4.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
concurrent-ruby (1.1.9)
diff-lcs (1.3)
i18n (1.8.10)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.14.4)
minitest (5.15.0)
rake (12.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
Expand All @@ -35,6 +36,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
zeitwerk (2.5.4)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion bureaucrat-sc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.metadata = { "github_repo" => "ssh://github.com/sittercity/bureaucrat" }

s.add_runtime_dependency 'i18n'
s.add_runtime_dependency 'activesupport', '5.2'
s.add_runtime_dependency 'activesupport', '~> 6.0.4'

s.add_development_dependency 'rake', '12.0.0'
s.add_development_dependency 'rspec', '3.6.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/bureaucrat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bureaucrat
VERSION = '2.1.0'
VERSION = '3.0.0'
end

0 comments on commit f1d3c43

Please sign in to comment.