File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 8
8
.bundle /
9
9
10
10
# Ignore the default SQLite database.
11
- / test /dummy /db /* .sqlite3
12
- / test /dummy /db /* .sqlite3-journal
11
+ test /dummy /db /* .sqlite3
12
+ test /dummy /db /* .sqlite3-journal
13
13
14
14
# Ignore all logfiles and tempfiles.
15
- ! /test /dummy /log /.keep
16
- ! /test /dummy /tmp /.keep
17
- /test /dummy /log /* .log
18
- /test /dummy /tmp /
15
+ log /* .log
16
+ ! test /dummy /log /.keep
17
+ ! test /dummy /tmp /.keep
18
+ test /dummy /log /* .log
19
+ test /dummy /tmp /
19
20
20
21
# Ignore uploaded files in development
21
- / test /dummy /storage /*
22
- ! / test /dummy /storage /.keep
22
+ ! test /dummy /storage /.keep
23
+ test /dummy /storage /*
23
24
24
25
pkg /
25
26
.byebug_history
26
27
27
- /test /dummy /public /packs
28
28
node_modules /
29
+ test /dummy /public /packs
30
+ test /dummy /node_modules /
29
31
yarn-error.log
30
32
31
33
* .gem
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
source "https://rubygems.org"
4
-
5
4
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
6
5
7
6
# Declare your gem"s dependencies in form_core.gemspec.
Original file line number Diff line number Diff line change 152
152
rb-fsevent (0.10.3 )
153
153
rb-inotify (0.9.10 )
154
154
ffi (>= 0.5.0 , < 2 )
155
- rubocop (0.58.2 )
155
+ rubocop (0.59.0 )
156
156
jaro_winkler (~> 1.5.1 )
157
157
parallel (~> 1.10 )
158
158
parser (>= 2.5 , != 2.5.1.1 )
You can’t perform that action at this time.
0 commit comments