Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
c6be8499
Unverified
Commit
c6be8499
authored
Jul 21, 2017
by
Benjamin Neff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump rack-cors
parent
ae8dd05f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+2
-2
No files found.
Gemfile
View file @
c6be8499
...
...
@@ -48,7 +48,7 @@ gem "configurate", "0.3.1"
# Cross-origin resource sharing
gem
"
rack-cors
"
,
"
0.4
.1"
,
require:
"rack/cors"
gem
"
rack-cors
"
,
"
1.0
.1"
,
require:
"rack/cors"
# CSS
...
...
Gemfile.lock
View file @
c6be8499
...
...
@@ -469,7 +469,7 @@ GEM
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.8)
rack-cors (
0.4
.1)
rack-cors (
1.0
.1)
rack-google-analytics (1.2.0)
actionpack
activesupport
...
...
@@ -832,7 +832,7 @@ DEPENDENCIES
pry
pry-byebug
quiet_assets (= 1.1.0)
rack-cors (=
0.4
.1)
rack-cors (=
1.0
.1)
rack-google-analytics (= 1.2.0)
rack-piwik (= 0.3.0)
rack-rewrite (= 1.5.1)
...
...
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