mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
expected_string_default_error is fixed
This commit is contained in:
parent
135241a56c
commit
b4d376e7be
2 changed files with 4 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -83,6 +83,8 @@ gem 'jquery-ui-rails', '~> 4.2.1'
|
|||
# for languages validation
|
||||
gem 'iso-639'
|
||||
|
||||
gem 'thor', '0.19.1'
|
||||
|
||||
# frontend javascripts
|
||||
source 'https://rails-assets.org' do
|
||||
# for placeholder images
|
||||
|
|
|
|||
|
|
@ -511,7 +511,7 @@ GEM
|
|||
sysexits (1.2.0)
|
||||
term-ansicolor (1.3.2)
|
||||
tins (~> 1.0)
|
||||
thor (0.19.4)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.6)
|
||||
tilt (1.4.1)
|
||||
timecop (0.7.1)
|
||||
|
|
@ -651,6 +651,7 @@ DEPENDENCIES
|
|||
sqlite3
|
||||
stripe
|
||||
stripe-ruby-mock
|
||||
thor (= 0.19.1)
|
||||
timecop
|
||||
transitions
|
||||
turbolinks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue