Add dependency to Gemfile.lock.
This commit is contained in:
parent
31c076bd4c
commit
2e26596f3a
|
@ -3,7 +3,12 @@ PATH
|
||||||
specs:
|
specs:
|
||||||
seminar (0.0.1)
|
seminar (0.0.1)
|
||||||
rails (~> 4.1.9)
|
rails (~> 4.1.9)
|
||||||
|
remote: custom_announcement
|
||||||
|
specs:
|
||||||
|
custom_announcement (0.0.1)
|
||||||
|
remote: custom_gallery
|
||||||
|
specs:
|
||||||
|
custom_gallery (0.0.1)
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -84,4 +89,6 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
seminar!
|
seminar!
|
||||||
|
custom_announcement!
|
||||||
|
custom_gallery!
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue