Upgrade rails on bess
This commit is contained in:
parent
c70a4afbbe
commit
6b31e2020d
3 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,7 @@ PATH
|
|||
remote: gems/bess
|
||||
specs:
|
||||
bess (0.1.0)
|
||||
rails (~> 6.0)
|
||||
rails (~> 6.1.3)
|
||||
rest-client
|
||||
wisper (~> 2.0)
|
||||
wisper-activejob (~> 1.0.0)
|
||||
|
|
4
gems/bess/Gemfile
Normal file
4
gems/bess/Gemfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Specify your gem's dependencies in bess.gemspec
|
||||
gemspec
|
|
@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
|
||||
|
||||
spec.add_dependency "rails", "~> 6.0"
|
||||
spec.add_dependency "rails", "~> 6.1.3"
|
||||
spec.add_dependency 'wisper', '~> 2.0'
|
||||
spec.add_dependency 'wisper-activejob', '~> 1.0.0'
|
||||
spec.add_dependency 'rest-client'
|
||||
|
|
Loading…
Reference in a new issue