diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index 4e3c76690..7fd58c713 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,6 +258,10 @@ GEM      google-analytics-rails (1.1.0)      gretel (3.0.9)        rails (>= 3.1.0) +    gtfs (0.2.5) +      multi_json +      rake +      rubyzip (~> 1.1)      has_scope (0.7.0)        actionpack (>= 4.1, < 5.1)        activesupport (>= 4.1, < 5.1) @@ -321,7 +325,7 @@ GEM      minitest (5.11.3)      money (6.10.1)        i18n (>= 0.6.4, < 1.0) -    multi_json (1.12.1) +    multi_json (1.13.1)      multi_test (0.1.2)      multi_xml (0.6.0)      multipart-post (2.0.0) @@ -424,7 +428,7 @@ GEM        thor (>= 0.18.1, < 2.0)      rainbow (2.2.2)        rake -    rake (12.3.0) +    rake (12.3.1)      ransack (1.8.3)        actionpack (>= 3.0)        activerecord (>= 3.0) @@ -637,6 +641,7 @@ DEPENDENCIES    georuby-ext (= 0.0.5)    google-analytics-rails    gretel +  gtfs    has_array_of!    htmlbeautifier    i18n-js | 
