Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
schedules
Commits
bec5a4f5
Commit
bec5a4f5
authored
Apr 30, 2018
by
Zac Wood
Browse files
Added icalendar gem
parent
f0e4a549
Changes
2
Show whitespace changes
Inline
Side-by-side
schedules_api/Gemfile
View file @
bec5a4f5
...
...
@@ -51,3 +51,5 @@ end
gem
'tzinfo-data'
,
platforms:
[
:mingw
,
:mswin
,
:x64_mingw
,
:jruby
]
gem
'rubyXL'
gem
'icalendar'
\ No newline at end of file
schedules_api/Gemfile.lock
View file @
bec5a4f5
...
...
@@ -62,6 +62,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.0.0)
concurrent-ruby (~> 1.0)
icalendar (2.4.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
...
...
@@ -173,6 +174,7 @@ PLATFORMS
DEPENDENCIES
byebug
capybara (~> 2.13)
icalendar
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
puma (~> 3.7)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment