Skip to content

Commit

Permalink
Increment version to 0.5.0.authorization and update trestle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 3, 2024
1 parent b0ceb2b commit 5a263fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ group :test do
end

gem "rails", "~> 7.1.0"
gem "sprockets-rails"

gem "devise"
gem "cancancan"
Expand Down
2 changes: 1 addition & 1 deletion lib/trestle/auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Trestle
module Auth
VERSION = "0.4.4"
VERSION = "0.5.0.authorization"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trestle-auth",
"version": "0.4.4",
"version": "0.5.0.pre",
"description": "Authentication plugin for the Trestle admin framework",
"repository": "https://github.com/TrestleAdmin/trestle-auth.git",
"author": "Sam Pohlenz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion trestle-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"

spec.add_dependency "trestle", "~> 0.9.0", ">= 0.9.3"
spec.add_dependency "trestle", "~> 0.10.0.pre"
spec.add_dependency "bcrypt", "~> 3.1.7"

spec.add_development_dependency "rspec-rails"
Expand Down

0 comments on commit 5a263fe

Please sign in to comment.