aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2020-06-25 11:59:37 +0100
committerNat Lasseter <nat.lasseter@york.ac.uk>2020-06-25 11:59:37 +0100
commit8872aaaea63ba2e58c8cd3ee739972e7f8903288 (patch)
treec98f486eaf1b9b74548902900bfd74e2626a3d7c
parentb63e4198b0fb2725cb865caf517d59f995108aba (diff)
Updated Gems
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
2 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1c9ce0c..a5cbb88 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
+source 'https://rubygems.org'
+
# Command line option parsing
gem 'optimist'
diff --git a/Gemfile.lock b/Gemfile.lock
index 843f352..6d39aad 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,11 +1,12 @@
GEM
+ remote: https://rubygems.org/
specs:
daemons (1.3.1)
eventmachine (1.2.7)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
- optimist (3.0.0)
- rack (2.2.2)
+ optimist (3.0.1)
+ rack (2.2.3)
rack-protection (2.0.8.1)
rack
ruby2_keywords (0.0.2)