Skip to content

Commit

Permalink
bump-gems-2020-07-28
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Jul 28, 2020
1 parent e29c24a commit 75a2c98
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -11,7 +11,7 @@ GEM
term-ansicolor (~> 1.6)
thor (>= 0.20.3, < 2.0)
tins (~> 1.16)
diff-lcs (1.3)
diff-lcs (1.4.4)
docile (1.3.2)
json_expressions (0.9.0)
rake (13.0.1)
Expand Down
106 changes: 55 additions & 51 deletions example/Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
bcrypt (3.1.12)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.15)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
concurrent-ruby (1.0.5)
daemons (1.2.6)
concurrent-ruby (1.1.6)
daemons (1.3.1)
data_objects (0.10.17)
addressable (~> 2.1)
dm-aggregates (1.2.0)
Expand Down Expand Up @@ -40,70 +40,74 @@ GEM
data_objects (= 0.10.17)
eventmachine (1.2.7)
fastercsv (1.5.5)
haml (5.0.4)
haml (5.1.2)
temple (>= 0.8.0)
tilt
i18n (0.9.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (1.8.6)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (2.99.3)
mini_mime (1.0.1)
moneta (1.0.0)
multi_json (1.13.1)
mustermann (1.0.3)
padrino (0.14.3)
padrino-admin (= 0.14.3)
padrino-cache (= 0.14.3)
padrino-core (= 0.14.3)
padrino-gen (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-mailer (= 0.14.3)
padrino-support (= 0.14.3)
padrino-admin (0.14.3)
padrino-core (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-cache (0.14.3)
moneta (~> 1.0.0)
padrino-core (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-core (0.14.3)
padrino-support (= 0.14.3)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mini_mime (1.0.2)
moneta (1.1.1)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
padrino (0.15.0)
padrino-admin (= 0.15.0)
padrino-cache (= 0.15.0)
padrino-core (= 0.15.0)
padrino-gen (= 0.15.0)
padrino-helpers (= 0.15.0)
padrino-mailer (= 0.15.0)
padrino-support (= 0.15.0)
padrino-admin (0.15.0)
padrino-core (= 0.15.0)
padrino-helpers (= 0.15.0)
padrino-cache (0.15.0)
moneta (~> 1.1.0)
padrino-core (= 0.15.0)
padrino-helpers (= 0.15.0)
padrino-core (0.15.0)
padrino-support (= 0.15.0)
sinatra (>= 2.0.0)
thor (~> 0.18)
padrino-gen (0.14.3)
bundler (~> 1.0)
padrino-core (= 0.14.3)
padrino-helpers (0.14.3)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.14.3)
padrino-gen (0.15.0)
bundler (>= 1.0, < 3)
padrino-core (= 0.15.0)
padrino-helpers (0.15.0)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.0)
tilt (>= 1.4.1, < 3)
padrino-mailer (0.14.3)
padrino-mailer (0.15.0)
mail (~> 2.5)
mime-types (< 3)
padrino-core (= 0.14.3)
padrino-support (0.14.3)
public_suffix (3.0.3)
rack (2.0.5)
rack-protection (2.0.3)
mime-types (< 4)
padrino-core (= 0.15.0)
padrino-support (0.15.0)
public_suffix (4.0.5)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
rake (12.3.1)
sinatra (2.0.3)
rake (13.0.1)
ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
stringex (1.5.1)
temple (0.8.0)
temple (0.8.2)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.0)
tilt (2.0.8)
thor (0.20.3)
tilt (2.0.10)
u2f (1.0.0)
uuidtools (2.1.5)
uuidtools (2.2.0)

PLATFORMS
ruby
Expand All @@ -124,4 +128,4 @@ DEPENDENCIES
u2f (= 1.0.0)

BUNDLED WITH
1.16.3
1.17.3

0 comments on commit 75a2c98

Please sign in to comment.