mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Switch to github actions
👋 travis, it was nice while it lasted! ❤️
This commit is contained in:
parent
a3721cb298
commit
be6464ff83
7 changed files with 84 additions and 81 deletions
4
Gemfile
4
Gemfile
|
|
@ -234,8 +234,6 @@ group :development do
|
|||
gem 'mina'
|
||||
# as debugger on error pages
|
||||
gem 'web-console'
|
||||
# as development database
|
||||
gem 'sqlite3'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
@ -271,4 +269,6 @@ end
|
|||
group :development, :test do
|
||||
# as debugger
|
||||
gem 'byebug'
|
||||
# as development/test database
|
||||
gem 'sqlite3'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue