summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock8
2 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 983ea35..b579f8d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "icalendar"
+gem "pry"
diff --git a/Gemfile.lock b/Gemfile.lock
index e3113ad..4dcbb28 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
+ coderay (1.1.0)
icalendar (2.0.1)
+ method_source (0.8.2)
+ pry (0.9.12.6)
+ coderay (~> 1.0)
+ method_source (~> 0.8)
+ slop (~> 3.4)
+ slop (3.5.0)
PLATFORMS
ruby
DEPENDENCIES
icalendar
+ pry