Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4b4c committed Jun 12, 2024
1 parent 022c788 commit ccc4f54
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## [Unreleased]
- Add rubocop gems: factory_bot, infinum, rake, rspec_rails
- Fix RuboCop offenses
- Add build GHA workflow

## [3.0.0] - 2024-06-12

### Changed
- Remove dependency on Rails secrets and enable clients to choose how to manage secret parameters

### Added
- RuboCop gems `factory_bot`, `infinum`, `rake`, `rspec_rails`
- GitHub Actions to build app image and run checks

### Fixed
- RuboCop offenses

## [2.0.0] - 2024-03-12

**BREAKING CHANGE**
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
infinum_azure (2.0.0)
infinum_azure (3.0.0)
bundler
devise
omniauth-infinum_azure (>= 0.3.0, < 2.0)
Expand Down Expand Up @@ -126,6 +126,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.18.0)
multi_xml (0.6.0)
net-imap (0.3.4)
Expand All @@ -138,9 +139,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.2-arm64-darwin)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -282,8 +282,8 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sqlite3 (1.6.1-aarch64-linux)
sqlite3 (1.6.1-arm64-darwin)
sqlite3 (1.6.1)
mini_portile2 (~> 2.8.0)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/infinum_azure/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module InfinumAzure
VERSION = '2.0.0'
VERSION = '3.0.0'
end

0 comments on commit ccc4f54

Please sign in to comment.