Skip to content

Commit bca6f22

Browse files
committed
Updates README
1 parent 2506254 commit bca6f22

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ The gem is available as open source under the terms of the [MIT License](https:/
224224

225225
- [GitHub Issues](https://github.com/bilalbudhani/fileboost/issues)
226226
- [Documentation](https://github.com/bilalbudhani/fileboost/wiki)
227-
- [Cloudflare Worker Setup Guide](https://github.com/bilalbudhani/fileboost-worker)

fileboost.gemspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Gem::Specification.new do |spec|
1818
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1919
end
2020

21-
spec.add_dependency "activestorage", ">= 6.0"
21+
spec.required_ruby_version = ">= 3.0"
2222

23-
spec.add_development_dependency "bundler", ">= 1.15"
24-
spec.add_development_dependency "combustion", ">= 1.1"
25-
spec.add_development_dependency "rake", ">= 13.0"
23+
spec.add_runtime_dependency "activestorage", ">= 6.0"
24+
25+
spec.add_development_dependency "bundler", "~> 1.15"
26+
spec.add_development_dependency "combustion", "~> 1.1"
27+
spec.add_development_dependency "rake", "~> 13.0"
2628
spec.add_development_dependency "rails", "~> 8.0.0"
2729
end

lib/fileboost/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Fileboost
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)