Skip to content

Commit 5a263fe

Browse files
committed
Increment version to 0.5.0.authorization and update trestle dependency
1 parent b0ceb2b commit 5a263fe

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group :test do
1313
end
1414

1515
gem "rails", "~> 7.1.0"
16+
gem "sprockets-rails"
1617

1718
gem "devise"
1819
gem "cancancan"

lib/trestle/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Trestle
22
module Auth
3-
VERSION = "0.4.4"
3+
VERSION = "0.5.0.authorization"
44
end
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trestle-auth",
3-
"version": "0.4.4",
3+
"version": "0.5.0.pre",
44
"description": "Authentication plugin for the Trestle admin framework",
55
"repository": "https://github.com/TrestleAdmin/trestle-auth.git",
66
"author": "Sam Pohlenz <sam@sampohlenz.com>",

trestle-auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"
2323

24-
spec.add_dependency "trestle", "~> 0.9.0", ">= 0.9.3"
24+
spec.add_dependency "trestle", "~> 0.10.0.pre"
2525
spec.add_dependency "bcrypt", "~> 3.1.7"
2626

2727
spec.add_development_dependency "rspec-rails"

0 commit comments

Comments
 (0)