This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Merge branch 'updates'
pull/106/head
Jérémy Lecour
1 year ago
parent
96569a7c66
5dd7b38baa
commit
a34ea5fd24
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Gemfile
+2
-2
Gemfile.lock
+ 1
- 1
Gemfile
View File
@ -13,7 +13,7 @@ gem 'puma', '~> 4.0'
gem
'devise'
,
'~> 4.7'
gem
'devise-i18n'
,
'~> 1.8'
gem
'simple_form'
,
'~>
4
.0'
gem
'simple_form'
,
'~>
5
.0'
gem
'pundit'
,
'~> 1.1'
# Use SCSS for stylesheets
+ 2
- 2
Gemfile.lock
View File
@ -308,7 +308,7 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shellany (0.0.1)
simple_form (
4.1.0
)
simple_form (
5.0.1
)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.17.1)
@ -408,7 +408,7 @@ DEPENDENCIES
rubocop (~> 0.56.0)
sass-rails (~> 5)
selenium-webdriver
simple_form (~>
4
.0)
simple_form (~>
5
.0)
simplecov
spring
spring-watcher-listen (~> 2.0.0)
Write
Preview
Loading…
Cancel
Save